{"id":21455720,"url":"https://github.com/fastily/is-it-up","last_synced_at":"2026-05-17T17:36:04.188Z","repository":{"id":210691476,"uuid":"582004604","full_name":"fastily/is-it-up","owner":"fastily","description":"📡 A simple API for checking if a website/domain is reachable","archived":false,"fork":false,"pushed_at":"2026-05-05T22:40:26.000Z","size":282,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-06T00:35:16.483Z","etag":null,"topics":["fastapi","python3","uptime-monitor"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fastily.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-12-25T09:05:03.000Z","updated_at":"2026-05-05T22:40:30.000Z","dependencies_parsed_at":"2023-12-07T11:39:51.935Z","dependency_job_id":"a834f60a-62c4-4d91-bccb-0ff28095c454","html_url":"https://github.com/fastily/is-it-up","commit_stats":null,"previous_names":["fastily/is-it-up"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fastily/is-it-up","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastily%2Fis-it-up","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastily%2Fis-it-up/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastily%2Fis-it-up/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastily%2Fis-it-up/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fastily","download_url":"https://codeload.github.com/fastily/is-it-up/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastily%2Fis-it-up/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33147734,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"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":["fastapi","python3","uptime-monitor"],"created_at":"2024-11-23T05:13:12.631Z","updated_at":"2026-05-17T17:36:04.182Z","avatar_url":"https://github.com/fastily.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# is-it-up\n[![Python 3.11+](https://upload.wikimedia.org/wikipedia/commons/6/62/Blue_Python_3.11%2B_Shield_Badge.svg)](https://www.python.org)\n[![License: GPL v3](https://upload.wikimedia.org/wikipedia/commons/8/86/GPL_v3_Blue_Badge.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)\n\nA simple API for checking if a website/domain is online.  Useful for troubleshooting network issues (e.g. is it just me or is it down for everyone?).\n\n## Usage\n### GET `/check`\nTakes a single URL parameter, `website` and queries it to see if it is up.  Retuns the http `status` code, the time at which this domain was last queried as an iso 8601 timestamp, and a boolean indiciating if this result was cached (i.e. whether someone else already made this request in the past 5m).\n\n* Responses are cached for 5m\n* Only the domain will be queried.  If you pass a URL wtih a path, it will be truncated.\n* Input is restricted to alpha-numeric characters, periods, and hyphens.\n\nExample request:\n```\n/check?website=www.google.com\n```\n\nExample response:\n```json\n{\n    \"status\": 200,\n    \"last_checked\": \"2023-12-04T10:21:36+00:00\",\n    \"cached\": false\n}\n```\n\n## Run\n```bash\n# install dependencies\nuv sync --no-install-project\n\n# start in development mode, visit http://127.0.0.1:8000 to view the web interface\nuv run python -m is_it_up\n\n# run w/ gunicorn, accessible at http://localhost:8000\nuv run gunicorn -w 2 -k uvicorn.workers.UvicornWorker -b \"0.0.0.0\" --access-logfile \"-\" --no-control-socket is_it_up.__main__:app\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastily%2Fis-it-up","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffastily%2Fis-it-up","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastily%2Fis-it-up/lists"}