{"id":16954868,"url":"https://github.com/jhowbhz/weather-api","last_synced_at":"2025-04-11T21:33:27.612Z","repository":{"id":115818351,"uuid":"355075426","full_name":"jhowbhz/weather-api","owner":"jhowbhz","description":"Weather for Lat Long IP (Previsão do tempo por latitude e longitude)","archived":false,"fork":false,"pushed_at":"2024-01-06T01:40:45.000Z","size":5,"stargazers_count":6,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-03T12:56:11.009Z","etag":null,"topics":["api-free","python","restful-api"],"latest_commit_sha":null,"homepage":"https://www.contrateumdev.com.br/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jhowbhz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-04-06T06:05:50.000Z","updated_at":"2024-09-03T02:36:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"478f0df6-4b85-4eb0-8b76-9233b6b98345","html_url":"https://github.com/jhowbhz/weather-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/jhowbhz%2Fweather-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhowbhz%2Fweather-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhowbhz%2Fweather-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhowbhz%2Fweather-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jhowbhz","download_url":"https://codeload.github.com/jhowbhz/weather-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248483448,"owners_count":21111452,"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-free","python","restful-api"],"created_at":"2024-10-13T22:10:46.101Z","updated_at":"2025-04-11T21:33:27.588Z","avatar_url":"https://github.com/jhowbhz.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# API Doc\n### Weather for Lat Long IP (Previsão do tempo por latitude e longitude)\nIs a simple API develop in PYTHON and Flask, to integration in OpenWeatherMap for free user :)\n## Climate for city and state\n\u003cu\u003eget temperature and climate for city and state \u003c/u\u003e\n\n``GET : https://weather.contrateumdev.com.br/api/weather/city/?city=Belo%20Horizonte,minas%20gerais``\n\u003chr\u003e\n\n## Climate for latitude longitude\n\u003cu\u003eget temperature and climate for latitude longitude \u003c/u\u003e\n\n``GET : https://weather.contrateumdev.com.br/api/weather?lat=-19.8218131\u0026lon=-44.0094874``\n\u003chr\u003e\n\n### Example city JS\n\n```javascript\n$.post({\n  method: 'GET',\n  url: `https://weather.contrateumdev.com.br/api/weather/city/?city=Belo%20Horizonte,minas%20gerais`,\n  contentType:\"application/json; charset=utf-8\",\n  dataType:\"json\",\n  success: function(resultado, status, xhr) {\n      console.log(resultado)\n  }\n}) \n```\n\n### Example lat \u0026 lon JS\n\n```javascript\n$.post({\n  method: 'GET',\n  url: `https://weather.contrateumdev.com.br/api/weather/api/weather?lat=-19.8218131\u0026lon=-44.0094874`,\n  contentType:\"application/json; charset=utf-8\",\n  dataType:\"json\",\n  success: function(resultado, status, xhr) {\n      console.log(resultado)\n  }\n}) \n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhowbhz%2Fweather-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjhowbhz%2Fweather-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhowbhz%2Fweather-api/lists"}