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

## Request parameters
- `name` (*optional*): Comma separated list of indicator names.
- `donor` (*optional*): Comma separated list of donor names.
- `donor_category` (*optional*): Comma separated list of donor category names.
- `sector` (*optional*): Comma separated list of sector names.
- `focus_area` (*optional*): Comma separated list of focus area names.
- `country` (*optional*): Comma separated list of country names.
- `region` (*optional*): Comma separated list of region names.

## Aggregations

The /indicators/aggregations endpoint can be used for indicator based aggregations.

## Result details

Each item contains summarized information on the indicator data being shown,
including the URI to activity details, which contain all information.
To show more information in list view the `fields` parameter can be used. Example;
`fields=activity_id,title,country,any_field`.

GET /api/indicators/?format=api&page=853
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 8566,
    "next": "https://unesco-indicators2018.unesco.org/api/indicators/?format=api&page=854",
    "previous": "https://unesco-indicators2018.unesco.org/api/indicators/?format=api&page=852",
    "results": [
        {
            "unique_id": "201PAL1001",
            "full_date": "2020-12-31",
            "name": "Cumulated Expenditures",
            "value": 173382.0
        },
        {
            "unique_id": "941THA1001",
            "full_date": "2020-12-31",
            "name": "Budget",
            "value": 324000.0
        },
        {
            "unique_id": "941THA1001",
            "full_date": "2020-12-31",
            "name": "Expenditures",
            "value": 276250.91
        },
        {
            "unique_id": "941THA1001",
            "full_date": "2020-12-31",
            "name": "Cumulated Expenditures",
            "value": 276250.91
        },
        {
            "unique_id": "261SUD1001",
            "full_date": "2020-12-31",
            "name": "Budget",
            "value": 130000.0
        },
        {
            "unique_id": "261SUD1001",
            "full_date": "2020-12-31",
            "name": "Expenditures",
            "value": 39190.17
        },
        {
            "unique_id": "261SUD1001",
            "full_date": "2020-12-31",
            "name": "Cumulated Expenditures",
            "value": 39190.17
        },
        {
            "unique_id": "567IRQ1004",
            "full_date": "2020-12-31",
            "name": "Budget",
            "value": 376049.0
        },
        {
            "unique_id": "567IRQ1004",
            "full_date": "2020-12-31",
            "name": "Expenditures",
            "value": 83144.03
        },
        {
            "unique_id": "567IRQ1004",
            "full_date": "2020-12-31",
            "name": "Cumulated Expenditures",
            "value": 83144.03
        }
    ]
}