Get Chapter by ID
GET
/chapter/{chapter_id}/
Chapter
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/chapter//'
Response Response Example
200 - Example 1
{
"active": true,
"allow_internal_list_management": true,
"available_months_last_12": 0,
"banner_crop_vertical": 0,
"blog_category": 4,
"chapter_location": "Franklin (AL)",
"chapter_photos": [
{
"id": 1234,
"order": 1,
"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"
}
}
],
"city": "Franklin",
"could_update_meetup": false,
"country": "AL",
"country_name": "Albania",
"created": "2024-02-02T13:17:59.903551Z",
"cropped_banner_url": "https://res.cloudinary.com/startup-grind/image/fetch/.../image.jpeg",
"currency": "USD",
"description": "lorem ipsum",
"event_activity_percentage_last_12": 0,
"facebook_page": "https://facebook.com/",
"featured_video_url": "https://youtube.com/",
"flickr_page": "https://flickr.com/",
"health_indicator": [
0,
0,
-1,
-1,
-1
],
"id": 50,
"import_wp_events": false,
"imported_id": 1234,
"instagram_handle": "bevy",
"integrations": {
"meetup": {
"url": "https://www.meetup.com/Awesome-NYC/",
"urlname": "awesome-nyc",
"name": "Awesome NYC",
"topics": [
"Tech",
"Business"
],
"description": "Awesome NYC"
}
},
"is_city": false,
"is_hidden": false,
"is_production_chapter": true,
"hide_country_info": false,
"latitude": 30.0444196,
"linkedin_page": "https://linkedin.com/",
"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"
},
"longitude": 31.2357116,
"mailchimp_api_key": "1234567890abcdefg",
"mailchimp_list_id": "1234567890",
"media_partners": [
1,
3
],
"media_partners_inactive": [
2
],
"meetup_api_key": "1234567890abcdefg",
"meetup_group": "Awesome NYC",
"monthly_events_last_12": 0,
"on_team": false,
"payee_setup_process_url": "https://instance.bevy.com/chapter-2024/payee-setup",
"chapter_team": [
{
"id": 1234,
"user": {
"authentication_providers": [
{
"provider": "google-oauth2",
"provider_user_id": 1234
}
],
"avatar": {
"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"
},
"company": "Bevy",
"cropped_avatar_url": "https://res.cloudinary.com/startup-grind/image/fetch/.../image.jpeg",
"extra_data": {},
"title": "Mr.",
"role": {
"id": 1234,
"name": "Prospective",
"description": "Prospective Member",
"user_active_status": true
},
"email": "user@mail.com",
"first_name": "John",
"id": 1234,
"last_name": "Doe",
"username": "string"
},
"role": {
"id": 1234,
"name": "Lead Organizer Role",
"description": "Full chapter permissions",
"permissions": [
"string"
],
"visible": true
},
"title": "Lead Organizer"
}
],
"payment_lead": 10,
"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": "USA",
"rsvp_events_only": false,
"slug": "chapter-2024",
"sponsors": [
1,
2
],
"sponsors_inactive": [
3
],
"state": "New York",
"status": 2,
"ticket_revenue_share_percentage": 0,
"timezone": "Pacific/Niue",
"timezone_utc_offset": "-1100",
"title": "Chapter 2024",
"total_tickets_sold_lifetime": 0,
"twitter_handle": "bevy",
"relative_url": "/chapter-2024/",
"url": "https://instance.bevy.com/chapter-2024/",
"use_external_ticketing": false,
"use_new_newsletters": false,
"website": "https://chapter-2024.com/",
"language": "en",
"chapter_lists": {},
"external_extra_data": {},
"members_count": 100,
"parent_chapter": 8
}
Request
Path Params
chapter_id
integerÂ
required
Query Params
fields
array[string]
optional
Allows specifying what fields to retrieve for the requested chapter. When not specified, only some fields are included.
Fields can be
active, allow_internal_list_management, available_months_last_12, banner_crop_vertical, blog_category, chapter_lists, chapter_location, chapter_photos, chapter_team, city, could_update_meetup, country, country_name, created, currency, description, event_activity_percentage_last_12, facebook_page, featured_video_url, flickr_page, health_indicator, id, import_wp_events, imported_id, instagram_handle, is_city, is_hidden, is_production_chapter, language, latitude, linkedin_page, logo, longitude, mailchimp_api_key, mailchimp_list_id, media_partners, media_partners_inactive, meetup_api_key, meetup_group, monthly_events_last_12, on_team, payee_setup_process_url, payment_lead, picture, region, relative_url, rsvp_events_only, sponsors, sponsors_inactive, state, status, ticket_revenue_share_percentage, timezone, timezone_utc_offset, title, total_tickets_sold_lifetime, twitter_handle, url, use_external_ticketing, use_new_newsletters, website