{
"count": 2,
"next": "https://api.wazimap.com/api/v1/profiles/?page=2",
"previous": null,
"results": [
{
"id": :profile_id,
"name": "Profile1",
"permission_type": "public",
"requires_authentication": false,
"geography_hierarchy": {
"id": 2,
"name": "2016 SA Boundaries",
"root_geography": {
"name": "South Africa",
"code": "ZA",
"level": "country",
"version": "2016 Boundaries"
},
"description": ""
},
"description": "",
"configuration": {}
},
{
"id": :profile_id,
"name": "Profile2",
"permission_type": "public",
"requires_authentication": false,
"geography_hierarchy": {
"id": 2,
"name": "2016 SA Boundaries",
"root_geography": {
"name": "South Africa",
"code": "ZA",
"level": "country",
"version": "2016 Boundaries"
},
"description": ""
},
"description": "",
"configuration": {}
},
]
}[
{
"id": :theme_id,
"categories": [
{
"id": :category_id,
"name": "Healthcare Facilities",
"description": "Representation of data gathered from various sources",
"theme": {
"id": :theme_id,
"name": "Health",
},
"metadata": {
"source": "",
"description": "",
"licence": null,
"icon": "local_hospital"
},
"color": "",
"visible_tooltip_attributes": []
}
],
"created": "2020-08-28T07:36:30+0000",
"updated": "2021-06-08T16:30:14+0000",
"name": "Health",
"icon": "local_hospital",
"order": 1 ,
"profile": :profile_id
},
][
{
"id": :category_id,
"name": "Healthcare Facilities",
"description": "Representation of data gathered from various sources",
"theme": {
"id": :theme_id,
"name": "Health",
"icon": "local_hospital"
},
"metadata": {
"source": "",
"description": "Representation of data gathered from various sources",
"licence": null
},
"color": "",
"visible_tooltip_attributes": []
}
]{
"type": "FeatureCollection",
"features": [
{
"id": :location_id,
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
26.643601,
-27.748028
]
},
"properties": {
"data": [],
"name": "ALLANRIDGE",
"url": null,
"image": null
}
},
{
"id": :location_id,
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
29.110443,
-22.680732
]
},
"properties": {...}
},
{
"id": :location_id,
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
28.131317,
-26.318641
]
},
"properties": {...}
}
]
}{
count: 2,
results: [
{
type: "FeatureCollection",
features: [
{
"id": :location_id,
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
26.643601,
-27.748028
]
},
"properties": {...}
},
],
category: "Post Office service points"
},
{
type: "FeatureCollection",
features: [...],
category: "SASSA Pay Points"
}
]
}{
"type": "FeatureCollection",
"features": [
{
"id": :location_id,
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
27.877098,
-25.800849
]
},
"properties": {
"data": [],
"name": "BROEDERSTROOM",
"url": null,
"image": null
}
},
{
"id": :location_id,
"type": "Feature",
"geometry":{...},
"properties": {...}
},
{
"id": :location_id,
"type": "Feature",
"geometry":{...},
"properties": {...}
}
]
}
