[go: up one dir, main page]

Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.
/ dataset Public archive

A free to use API to get a lists of various common datasets such as languages, countries, etc.

License

Notifications You must be signed in to change notification settings

sergiodxa/dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dataset.now.sh

A free to use API to get a lists of various common datasets such as:

  • Languages
  • Countries

All the endpoints with data are cached using Now CDN to give the best performance all the time.

Endpoints

Get a list of spoken languages

GET /languages

Returns the list of languages as:

{
  "languages": [
    ...
    {
      "name": "Spanish",
      "nativeName": "español",
      "code": "es"
    }
    ...
  ]
}

Each language contains its name in English, the native name and the language code.

Get a list of countries

GET /countries

Returns the list of countries as:

{
  "countries": [
    ...
    { "code": "US", "country": "United States" }
    ...
  ]
}

Each country contains the name and international code.

About

A free to use API to get a lists of various common datasets such as languages, countries, etc.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published