{"id":15497142,"url":"https://github.com/zaneh/exchange-rate-api","last_synced_at":"2025-03-28T17:22:08.535Z","repository":{"id":93898112,"uuid":"601527007","full_name":"ZaneH/exchange-rate-api","owner":"ZaneH","description":"An Elixir service to fetch/cache exchange rates from exchangerate-api.com","archived":false,"fork":false,"pushed_at":"2023-11-29T01:51:15.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-02T17:55:59.731Z","etag":null,"topics":["api","cache","elixir","exchange-rate-api","exchange-rates","exchange-rates-api","forex"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ZaneH.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,"governance":null}},"created_at":"2023-02-14T08:58:45.000Z","updated_at":"2024-05-29T19:30:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"bcc1c513-dd1e-4500-b8ae-fabc5222abc6","html_url":"https://github.com/ZaneH/exchange-rate-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZaneH%2Fexchange-rate-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZaneH%2Fexchange-rate-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZaneH%2Fexchange-rate-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZaneH%2Fexchange-rate-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZaneH","download_url":"https://codeload.github.com/ZaneH/exchange-rate-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246068281,"owners_count":20718503,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["api","cache","elixir","exchange-rate-api","exchange-rates","exchange-rates-api","forex"],"created_at":"2024-10-02T08:30:59.570Z","updated_at":"2025-03-28T17:22:08.503Z","avatar_url":"https://github.com/ZaneH.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Exchange Rate API\n\nFetch the exchange rate for various currencies based on the [Exchange Rate API](https://exchangerate-api.com/). This is a wrapper around the API and is not affiliated with the Exchange Rate API. Responses are cached for 1 hour before re-fetching.\n\n- **Example Request:** `GET /v1/rates/usd,gbp,eur,cad`\n    - The currency request can be singular or CSV\n\n**Response:**\n\n```json\n{\n    \"status\": \"ok\",\n    \"data\": {\n        \"usd\": 1,\n        \"gbp\": 0.824978,\n        \"eur\": 0.934425,\n        \"cad\": 1.33451\n    }\n}\n```\n\n## Run Locally\n\n**Pre-requisites:** [Elixir](https://elixir-lang.org/install.html)\n\n```bash\n  git clone https://github.com/zaneh/exchange-rate-api\n  cd exchange-rate-api\n  mix deps.get\n  mix run --no-halt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaneh%2Fexchange-rate-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzaneh%2Fexchange-rate-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaneh%2Fexchange-rate-api/lists"}