{"id":42066057,"url":"https://github.com/z0rr0/exchange","last_synced_at":"2026-01-26T08:12:24.264Z","repository":{"id":57528136,"uuid":"76749114","full_name":"z0rr0/exchange","owner":"z0rr0","description":"Exchange rates.","archived":false,"fork":false,"pushed_at":"2017-03-08T21:56:23.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-13T13:12:21.082Z","etag":null,"topics":["exchange","rate-exchange"],"latest_commit_sha":null,"homepage":"https://r.lus.su/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/z0rr0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-17T22:06:14.000Z","updated_at":"2016-12-20T18:46:34.000Z","dependencies_parsed_at":"2022-09-03T19:42:11.365Z","dependency_job_id":null,"html_url":"https://github.com/z0rr0/exchange","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/z0rr0/exchange","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z0rr0%2Fexchange","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z0rr0%2Fexchange/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z0rr0%2Fexchange/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z0rr0%2Fexchange/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/z0rr0","download_url":"https://codeload.github.com/z0rr0/exchange/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z0rr0%2Fexchange/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28770251,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T07:45:00.504Z","status":"ssl_error","status_checked_at":"2026-01-26T07:45:00.070Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["exchange","rate-exchange"],"created_at":"2026-01-26T08:12:23.617Z","updated_at":"2026-01-26T08:12:24.258Z","avatar_url":"https://github.com/z0rr0.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# exchange\n\n[![GoDoc](https://godoc.org/github.com/z0rr0/exchange?status.svg)](https://godoc.org/github.com/z0rr0/exchange)\n\nIt's a web service to return rate exchange for dollars/euros/rubles by incoming comma-separated text messages.\n\nFor example:\n\n```\nhttp -b -f POST localhost:8070 q=\"5 usd, 20 €, 100 рублей\" d=\"2016-12-08\"\n```\n\n```json\n{\n    \"date\": \"2016-12-08\", \n    \"rates\": [\n        {\n            \"msg\": \"5 usd\", \n            \"rate\": {\n                \"eur\": 4.67, \n                \"rub\": 319.56, \n                \"usd\": 5\n            }\n        }, \n        {\n            \"msg\": \"20 €\", \n            \"rate\": {\n                \"eur\": 20, \n                \"rub\": 1370, \n                \"usd\": 21.44\n            }\n        }, \n        {\n            \"msg\": \"100 рублей\", \n            \"rate\": {\n                \"eur\": 1.46, \n                \"rub\": 100, \n                \"usd\": 1.56\n            }\n        }\n    ]\n}\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fz0rr0%2Fexchange","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fz0rr0%2Fexchange","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fz0rr0%2Fexchange/lists"}