Search chapters
GET
/search/chapter/
Search
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/search/chapter/'
Response Response Example
200 - Example 1
{
"count": 1,
"links": {
"previous": null,
"next": null
},
"pagination": {
"current_page": 1,
"next_page": 2,
"page_size": 500,
"previous_page": null
},
"results": [
{
"chapter_location": "Abbottabad (PK)",
"city": "Abbottabad",
"country": "Pakistan",
"country_code": "PK",
"id": 1234,
"is_city": false,
"logo": {
"url": "https://res.cloudinary.com/startup-grind/image/upload/.../image.png",
"path": "image.png",
"thumbnail_width": 720,
"thumbnail_height": 540,
"thumbnail_format": "auto",
"thumbnail_url": "https://res.cloudinary.com/startup-grind/image/upload/.../image.png"
},
"member_count": 100,
"picture": {
"url": "https://res.cloudinary.com/startup-grind/image/upload/.../image.png",
"path": "image.png",
"thumbnail_width": 720,
"thumbnail_height": 540,
"thumbnail_format": "auto",
"thumbnail_url": "https://res.cloudinary.com/startup-grind/image/upload/.../image.png"
},
"region": "Asia",
"region_id": 1234,
"state": "KPK",
"team": [
{
"full_name": "John Doe",
"id": 1234
}
],
"title": "University of Science",
"url": "https://instance.bevy.com/university-of-science/"
}
]
}
Request
Query Params
q
string
optional
latitude
number
optional
-90.0 … +90.0
.Default is unset.
longitude
number
optional
-180.0 … +180.0
.Default is unset.
around_radius
number
optional
1 … 20,000
Default is 50.