{"id":42501315,"url":"https://github.com/pace11/weather-api","last_synced_at":"2026-01-28T13:08:04.970Z","repository":{"id":178351577,"uuid":"661747510","full_name":"pace11/weather-api","owner":"pace11","description":"Unofficial Weather API Wrapper Easy to use in Graphql. Reference from API BMKG (Badan Meteorologi, Klimatologi, dan Geofisika) https://data.bmkg.go.id","archived":false,"fork":false,"pushed_at":"2025-07-20T03:15:22.000Z","size":3432,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-20T05:42:26.650Z","etag":null,"topics":["express","nodejs","swagger"],"latest_commit_sha":null,"homepage":"https://weather-api-tau-six.vercel.app","language":"TypeScript","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/pace11.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,"zenodo":null}},"created_at":"2023-07-03T14:52:49.000Z","updated_at":"2025-07-20T03:15:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"0c9fd953-e879-4946-b8c1-e4ba38e9c9ec","html_url":"https://github.com/pace11/weather-api","commit_stats":null,"previous_names":["pace11/weather-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pace11/weather-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pace11%2Fweather-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pace11%2Fweather-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pace11%2Fweather-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pace11%2Fweather-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pace11","download_url":"https://codeload.github.com/pace11/weather-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pace11%2Fweather-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28845932,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T13:02:32.985Z","status":"ssl_error","status_checked_at":"2026-01-28T13:02:04.945Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["express","nodejs","swagger"],"created_at":"2026-01-28T13:08:04.883Z","updated_at":"2026-01-28T13:08:04.953Z","avatar_url":"https://github.com/pace11.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eWEATHER-API GRAPHQL 🌧️\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/GraphQl-E10098?style=for-the-badge\u0026logo=graphql\u0026logoColor=white\" /\u003e\n\u003cimg src=\"https://img.shields.io/badge/Apollo%20GraphQL-311C87?\u0026style=for-the-badge\u0026logo=Apollo%20GraphQL\u0026logoColor=white\" /\u003e\n\u003cimg src=\"https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge\u0026logo=typescript\u0026logoColor=white\" /\u003e\n\u003cimg src=\"https://img.shields.io/badge/Cloudflare-F38020?style=for-the-badge\u0026logo=Cloudflare\u0026logoColor=white\" /\u003e\n\u003cimg src=\"https://img.shields.io/badge/Docker-2CA5E0?style=for-the-badge\u0026logo=docker\u0026logoColor=white\" /\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\nUnofficial Weather API Wrapper Easy to use in Graphql. Reference from API BMKG (Badan Meteorologi, Klimatologi, dan Geofisika) \u003ca href=\"https://data.bmkg.go.id/prakiraan-cuaca/\" target=\"_blank\"\u003ehttps://data.bmkg.go.id\u003c/a\u003e\n\u003c/p\u003e\n\u003cp\u003e\n\u003cimg src=\"./graphql.png\" alt=\"graphql-schema\" /\u003e\n\u003c/p\u003e\n\n## Basic Request\n\n###\n\n```shell\ncurl --location 'https://weather-api.pace11.my.id/' \\\n--header 'content-type: application/json' \\\n--data '{\"query\":\"query WeatherForcest($id: String!) {\\n  weather(id:$id) {\\n    sumber\\n    data {\\n      cuaca {\\n        analysis_date\\n        datetime\\n        hu\\n        image\\n        local_datetime\\n        t\\n        tcc\\n        time_index\\n        tp\\n        utc_datetime\\n        vs\\n        vs_text\\n        wd\\n        wd_deg\\n        wd_to\\n        weather\\n        weather_desc\\n        weather_desc_en\\n        ws\\n      },\\n      lokasi {\\n        adm1\\n        adm2\\n        adm3\\n        adm4\\n        desa\\n        kecamatan\\n        kotkab\\n        lat\\n        lon\\n        provinsi\\n        timezone\\n        type\\n      }\\n    }\\n    lokasi {\\n      adm1\\n      adm2\\n      adm3\\n      adm4\\n      desa\\n      kecamatan\\n      kotkab\\n      lat\\n      lon\\n      provinsi\\n      timezone\\n    }\\n  }\\n}\\n\",\"variables\":{\"id\":\"91.71.03.1008\"}}'\n\n```\n\n## Link\n\n- available in Graphql ✴️. If you want to try it, please visit [https://studio.apollographql.com/sandbox/explorer](https://studio.apollographql.com/sandbox/explorer) and then enter the url `https://weather-api.pace11.my.id`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpace11%2Fweather-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpace11%2Fweather-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpace11%2Fweather-api/lists"}