Returns a list of indicator data stored in unesco-indicators.

## Request parameters
- `country` (*optional*): Comma separated list of country names.

GET /api/country-indicators/?page=92
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 960,
    "next": "https://unesco-indicators2018.unesco.org/api/country-indicators/?page=93",
    "previous": "https://unesco-indicators2018.unesco.org/api/country-indicators/?page=91",
    "results": [
        {
            "country_id": "MK",
            "en_name": "Intangible Cultural Heritage",
            "fr_name": "Patrimoine culturel immatériel",
            "en_website": "http://www.unesco.org/culture/ich/en/state/-MK",
            "fr_website": "http://www.unesco.org/culture/ich/fr/etat/-MK",
            "value": "5"
        },
        {
            "country_id": "NO",
            "en_name": "Intangible Cultural Heritage",
            "fr_name": "Patrimoine culturel immatériel",
            "en_website": "http://www.unesco.org/culture/ich/en/state/-NO",
            "fr_website": "http://www.unesco.org/culture/ich/fr/etat/-NO",
            "value": "1"
        },
        {
            "country_id": "NO",
            "en_name": "Biosphere Reserves",
            "fr_name": "Réserves de biosphère",
            "en_website": "http://www.unesco.org/new/en/natural-sciences/environment/ecological-sciences/biosphere-reserves/world-network-wnbr/wnbr/",
            "fr_website": "http://www.unesco.org/new/fr/natural-sciences/environment/ecological-sciences/biosphere-reserves/world-network-wnbr/wnbr/",
            "value": "1"
        },
        {
            "country_id": "NO",
            "en_name": "Geoparks",
            "fr_name": "Géoparcs",
            "en_website": "http://www.unesco.org/new/en/natural-sciences/environment/earth-sciences/unesco-global-geoparks/list-of-unesco-global-geoparks/",
            "fr_website": "http://www.unesco.org/new/fr/natural-sciences/environment/earth-sciences/unesco-global-geoparks/list-of-unesco-global-geoparks/",
            "value": "3"
        },
        {
            "country_id": "OM",
            "en_name": "Memory of the World",
            "fr_name": "Mémoire du monde",
            "en_website": "http://www.unesco.org/new/en/communication-and-information/memory-of-the-world/register/access-by-region-and-country/OM",
            "fr_website": "http://www.unesco.org/new/fr/communication-and-information/memory-of-the-world/register/access-by-region-and-country/OM",
            "value": "1"
        },
        {
            "country_id": "PS",
            "en_name": "World Heritage",
            "fr_name": "Patrimoine mondial",
            "en_website": "http://whc.unesco.org/en/statesparties/PS/",
            "fr_website": "http://whc.unesco.org/fr/etatsparties/PS/",
            "value": "3"
        },
        {
            "country_id": "PS",
            "en_name": "Associated Schools",
            "fr_name": "Écoles associées de l’UNESCO",
            "en_website": "https://aspnet.unesco.org/en-us/Pages/Schools%20by%20country.aspx",
            "fr_website": "https://aspnet.unesco.org/fr-fr/Pages/Ecoles%20par%20pays.aspx",
            "value": "44"
        },
        {
            "country_id": "PA",
            "en_name": "Intangible Cultural Heritage",
            "fr_name": "Patrimoine culturel immatériel",
            "en_website": "http://www.unesco.org/culture/ich/en/state/-PA",
            "fr_website": "http://www.unesco.org/culture/ich/fr/etat/-PA",
            "value": "2"
        },
        {
            "country_id": "PA",
            "en_name": "Creative Cities",
            "fr_name": "Villes créatives",
            "en_website": "http://www.unesco.org/new/en/culture/themes/creativity/creative-cities-network/who-are-the-members/",
            "fr_website": "http://www.unesco.org/new/fr/culture/themes/creativity/creative-cities-network/who-are-the-members/",
            "value": "1"
        },
        {
            "country_id": "PE",
            "en_name": "Geoparks",
            "fr_name": "Géoparcs",
            "en_website": "http://www.unesco.org/new/en/natural-sciences/environment/earth-sciences/unesco-global-geoparks/list-of-unesco-global-geoparks/",
            "fr_website": "http://www.unesco.org/new/fr/natural-sciences/environment/earth-sciences/unesco-global-geoparks/list-of-unesco-global-geoparks/",
            "value": "1"
        }
    ]
}