{"id":23461158,"url":"https://github.com/hightemp/ip_info_service","last_synced_at":"2026-04-29T01:33:02.124Z","repository":{"id":265611322,"uuid":"880374406","full_name":"hightemp/ip_info_service","owner":"hightemp","description":"Service for searching information about ip (country, organization).","archived":false,"fork":false,"pushed_at":"2024-10-29T20:22:01.000Z","size":3919,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T06:32:16.045Z","etag":null,"topics":["database","geoip","golang","ip","ip-lookup","ipinfodb","service"],"latest_commit_sha":null,"homepage":"","language":"Go","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/hightemp.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":"2024-10-29T15:57:14.000Z","updated_at":"2024-10-29T20:22:06.000Z","dependencies_parsed_at":"2024-11-30T09:10:26.124Z","dependency_job_id":null,"html_url":"https://github.com/hightemp/ip_info_service","commit_stats":null,"previous_names":["hightemp/ip_info_service"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hightemp/ip_info_service","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hightemp%2Fip_info_service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hightemp%2Fip_info_service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hightemp%2Fip_info_service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hightemp%2Fip_info_service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hightemp","download_url":"https://codeload.github.com/hightemp/ip_info_service/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hightemp%2Fip_info_service/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32407164,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: 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":["database","geoip","golang","ip","ip-lookup","ipinfodb","service"],"created_at":"2024-12-24T07:29:38.521Z","updated_at":"2026-04-29T01:33:02.102Z","avatar_url":"https://github.com/hightemp.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ip_info_service\n\nService for searching information about ip in local database (country, organization).\n\n## API Endpoints\n\n### 1. Lookup IP Information\n\n```\nGET /lookup?ip=\u003cip_address\u003e\n```\n\n```bash\ncurl \"http://localhost:8080/lookup?ip=8.8.8.8\"\n```\n\n### 2. Add Country Range\n\n```\nPOST /ranges/add/country\n```\n\n```bash\ncurl -X POST \"http://localhost:8080/ranges/add/country\" \\\n-H \"Content-Type: application/json\" \\\n-d '{\n\"ip_start\": \"192.168.0.0\",\n\"ip_end\": \"192.168.255.255\",\n\"name\": \"RU\"\n}'\n```\n\n### 3. Add Organization Range\n\n```\nPOST /ranges/add/organization\n```\n\n```bash\ncurl -X POST \"http://localhost:8080/ranges/add/organization\" \\\n-H \"Content-Type: application/json\" \\\n-d '{\n\"ip_start\": \"8.8.8.0\",\n\"ip_end\": \"8.8.8.255\",\n\"name\": \"Google\"\n}'\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhightemp%2Fip_info_service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhightemp%2Fip_info_service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhightemp%2Fip_info_service/lists"}