Sector Detail

Returns detailed information about Sector.

URI Format

/api/sectors/{sector_id}

URI Parameters

  • sector_id: Numerical ID of desired Sector

Request parameters

  • fields (optional): List of fields to display
GET /api/sectors/12.8/
HTTP 200 OK
						Allow: GET, HEAD, OPTIONS
						Content-Type: application/json
						Vary: Accept
						
					{
    "url": "https://oipa2018.unesco.org/api/sectors/12.8/",
    "category": null,
    "code": "12.8",
    "name": "By 2030, ensure that people everywhere have the relevant information and awareness for sustainable development and lifestyles in harmony with nature"
}