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/13.3/
HTTP 200 OK
						Allow: GET, HEAD, OPTIONS
						Content-Type: application/json
						Vary: Accept
						
					{
    "url": "https://oipa2018.unesco.org/api/sectors/13.3/",
    "category": null,
    "code": "13.3",
    "name": "Improve education, awareness-raising and human and institutional capacity on climate change mitigation, adaptation, impact reduction and early warning"
}