{"id":27360596,"url":"https://github.com/fhightower/onemillion-api","last_synced_at":"2026-02-03T02:32:54.069Z","repository":{"id":83534244,"uuid":"116476163","full_name":"fhightower/onemillion-api","owner":"fhightower","description":"API/UI Interface to check if a domain is in a top million domain lists from Alexa or Cisco: http://onemillion.hightower.space.","archived":false,"fork":false,"pushed_at":"2018-01-20T13:40:40.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-04T07:07:09.011Z","etag":null,"topics":["alexa","api","cisco","domainlist","threat-intelligence"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/fhightower.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-01-06T11:07:37.000Z","updated_at":"2021-02-21T21:57:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"a1e2cc39-c6ee-4143-a2ab-ac3807031a18","html_url":"https://github.com/fhightower/onemillion-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fhightower/onemillion-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fhightower%2Fonemillion-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fhightower%2Fonemillion-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fhightower%2Fonemillion-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fhightower%2Fonemillion-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fhightower","download_url":"https://codeload.github.com/fhightower/onemillion-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fhightower%2Fonemillion-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29028676,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T02:28:16.591Z","status":"ssl_error","status_checked_at":"2026-02-03T02:27:48.904Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["alexa","api","cisco","domainlist","threat-intelligence"],"created_at":"2025-04-13T01:09:06.781Z","updated_at":"2026-02-03T02:32:54.028Z","avatar_url":"https://github.com/fhightower.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Onemillion API/UI\n\n[![Build Status](https://travis-ci.org/fhightower/onemillion-api.svg?branch=master)](https://travis-ci.org/fhightower/onemillion-api)\n\nView it at [onemillion.hightower.space](http://onemillion.hightower.space).\n\nAPI/UI Interface to check if a domain is in a top million domain lists from Alexa or Cisco. This project is built on the [onemillion](https://github.com/fhightower/onemillion) python package.\n\n## Using the UI\n\nVisit [onemillion.hightower.space](http://onemillion.hightower.space) and have fun!\n\n## Using the API\n\nMake a POST request to `http://onemillion.hightower.space/onemillion` that includes the domain you would like to check.\n\n```\nPOST http://onemillion.hightower.space/onemillion\n\n{\"domain\": \"example.com\"}\n```\n\nHere is a python snippet using the [requests](https://github.com/requests/requests) package:\n\n```python\nimport requests\n\ndomain = \"example.com\"\nr = requests.post(\"http://onemillion.hightower.space/onemillion\", {'domain': domain})\n\nif r.ok:\n    print(\"{} is ranked {}\".format(domain, r.text))\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffhightower%2Fonemillion-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffhightower%2Fonemillion-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffhightower%2Fonemillion-api/lists"}