Skip to content

ByteZeroLabs/country-to-asn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Country-to-ASN JSON Database

This repository provides a collection of JSON files mapping countries to their known ASNs and ISP information.

Structure

  • all/all.json — Full list of ASNs across all countries.
  • countries/XX.json — Per-country files using ISO 3166-1 alpha-2 codes (e.g., us.json, de.json, jp.json).

Each file contains a flat array of ISP objects with the following fields:

  • id
  • name
  • type
  • domain
  • asn
  • country
  • status

Example

[
  {
    "id": 2045,
    "name": "ACTFIBERNET Pvt Ltd",
    "type": "isp",
    "domain": "actcorp.in",
    "asn": "AS131269",
    "country": "IN",
    "status": 1
  }
]

About

Simple Country to ASN number database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published