{"id":18351955,"url":"https://github.com/nickenshidqia/build_historical_weather_data_api_using_python","last_synced_at":"2026-05-18T06:39:04.518Z","repository":{"id":214277623,"uuid":"736130378","full_name":"nickenshidqia/Build_Historical_Weather_Data_API_Using_Python","owner":"nickenshidqia","description":"Build The Historical Weather Data using python and the Flask framework to create a RESTful API that interacts with historical weather datasets.","archived":false,"fork":false,"pushed_at":"2024-01-13T01:13:09.000Z","size":252,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T00:37:31.357Z","etag":null,"topics":["flask","historical-weather","historical-weather-data","python","rest-api"],"latest_commit_sha":null,"homepage":"","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/nickenshidqia.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-27T04:22:27.000Z","updated_at":"2023-12-27T04:36:03.000Z","dependencies_parsed_at":"2024-11-05T21:38:30.113Z","dependency_job_id":null,"html_url":"https://github.com/nickenshidqia/Build_Historical_Weather_Data_API_Using_Python","commit_stats":null,"previous_names":["nickenshidqia/build_historical_weather_data_api_using_python"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickenshidqia%2FBuild_Historical_Weather_Data_API_Using_Python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickenshidqia%2FBuild_Historical_Weather_Data_API_Using_Python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickenshidqia%2FBuild_Historical_Weather_Data_API_Using_Python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickenshidqia%2FBuild_Historical_Weather_Data_API_Using_Python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nickenshidqia","download_url":"https://codeload.github.com/nickenshidqia/Build_Historical_Weather_Data_API_Using_Python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248138007,"owners_count":21053775,"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":["flask","historical-weather","historical-weather-data","python","rest-api"],"created_at":"2024-11-05T21:33:48.981Z","updated_at":"2026-05-18T06:38:59.479Z","avatar_url":"https://github.com/nickenshidqia.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Build Historical Weather Data API Using Python\r\n\r\n## Project Description\r\n\r\n**Overview :**  \r\nThe Historical Weather Data API project aims to provide users with access to historical temperature data based on specific dates and weather stations. The API allows users to retrieve temperature information for a given station and date, view all data for a particular station across all dates, and obtain all data for a specific station within a particular year.\r\n\r\n**Challenges :**  \r\nBuild The Historical Weather Data using python and the Flask framework to create a RESTful API that interacts with historical weather datasets.\r\n\r\n## Project Goal\r\n\r\nThe project aims to to provide users with access to historical temperature data based on specific dates and weather stations.\r\n\r\n## Tools \u0026 Library Used\r\n\r\n[\u003cimg src=\"./image/python-logo-2.png\" alt=\"python-logo\" width=\"50\"/\u003e](https://www.python.org/) \u0026nbsp;\r\n\r\n## Project Result\r\n\r\n[Click here to get full code](https://github.com/nickenshidqia/Build_Historical_Weather_Data_API_Using_Python/blob/ca78abd6c1d939e0382be3d30e794bf5ad228864/main.py)  \r\n\r\n### Homepage  \r\n- The user could see URL format to use, also could get information what Station ID and Name included in this Weather Data API\r\n\r\n  \u003cimg src=\"./image/weather1.1.png\" alt=\"\" width = \"600\"/\u003e\r\n\r\n### Retrieve Temperature by Date and Station\r\n\r\n- Endpoint:  \r\n  \u003cimg src=\"./image/weather4.png\" alt=\"\" width = \"250\"/\u003e\r\n- Description: Allows users to fetch temperature data for a specific weather station on a given date.  \r\n  \u003cimg src=\"./image/weather4.1.png\" alt=\"\" width = \"200\"/\u003e\r\n\r\n### Retrieve All Data for One Station\r\n\r\n- Endpoint:  \r\n  \u003cimg src=\"./image/weather2.png\" alt=\"\" width = \"170\"/\u003e\r\n- Description: Provides users with all available temperature data for a particular weather station across all dates.  \r\n  \u003cimg src=\"./image/weather2.1.png\" alt=\"\" width = \"300\"/\u003e\r\n\r\n### Retrieve All Data for One Station in a Year\r\n\r\n- Endpoint:  \r\n  \u003cimg src=\"./image/weather3.png\" alt=\"\" width = \"250\"/\u003e\r\n- Description: Enables users to access all temperature data for a specific weather station within a specified year  \r\n  \u003cimg src=\"./image/weather3.1.png\" alt=\"\" width = \"200\"/\u003e\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickenshidqia%2Fbuild_historical_weather_data_api_using_python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickenshidqia%2Fbuild_historical_weather_data_api_using_python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickenshidqia%2Fbuild_historical_weather_data_api_using_python/lists"}