All Countries

GET

The All Countries endpoint gives you a list of all Countries and data like its Name, Flag, IsoCode, Continent and other related Country data.

Description

Headersapplication/json
Endpoint Example https://api.sportdatastreamapi.com/countries/?user=USERNAME&token=TOKEN&t=list
Endpoint https://api.sportdatastreamapi.com/countries/?user=null&token=null&t=list
PaginatedYes, 100 per page

Example Response

{
    "data": [
      {
        "id": 1,
        "name": "International",
        "continent": "World",
        "sub_region": null,
        "code": "",
      },
      {
        "id": 2,
        "name": "International Clubs",
        "continent": "World",
        "sub_region": null,
        "code": "",
      },
      {
        "id": 3,
        "name": "England",
        "continent": "Europe",
        "sub_region": null,
        "code": "en",
      },
      {
        "id": 4,
        "name": "Germany",
        "continent": "Europe",
        "sub_region": null,
        "code": "de",
      },
      {
        "id": 5,
        "name": "Spain",
        "continent": "Europe",
        "sub_region": null,
        "code": "es",
      },
      {
        "id": 6,
        "name": "Italy",
        "continent": "Europe",
        "sub_region": null,
        "code": "it",
      },
      {
        "id": 7,
        "name": "France",
        "continent": "Europe",
        "sub_region": null,
        "code": "fr",
      },
      {
        "id": 8,
        "name": "Albania",
        "continent": "Europe",
        "sub_region": null,
        "code": "al",
      },
      {
        "id": 9,
        "name": "Algeria",
        "continent": "Africa",
        "sub_region": null,
        "code": "dz",
      },
      {
        "id": 10,
        "name": "Andorra",
        "continent": "Europe",
        "sub_region": null,
        "code": "ad",
      },
      {
        "id": 11,
        "name": "Angola",
        "continent": "Africa",
        "sub_region": null,
        "code": "ao",
      },
      {
        "id": 12,
        "name": "Argentina",
        "continent": "South America",
        "sub_region": null,
        "code": "ar",
      },
      {
        "id": 13,
        "name": "Armenia",
        "continent": "Europe",
        "sub_region": null,
        "code": "am",
      },
      {
        "id": 14,
        "name": "Australia",
        "continent": "Asia",
        "sub_region": null,
        "code": "au",
      },
      {
        "id": 15,
        "name": "Austria",
        "continent": "Europe",
        "sub_region": null,
        "code": "at",
      },
      {
        "id": 17,
        "name": "Azerbaijan",
        "continent": "Europe",
        "sub_region": null,
        "code": "az",
      },
      {
        "id": 18,
        "name": "Bahrain",
        "continent": "Asia",
        "sub_region": null,
        "code": "bh",
      },
      {
        "id": 19,
        "name": "Bangladesh",
        "continent": "Oceania",
        "sub_region": null,
        "code": "bd",
      },
    ],
  }