Discover/Rec API
live

Rec APIrec.us

Access real-time court availability, find recreation facilities and instructors, and browse sports and activities offered through Rec.us organizations in your area. Quickly check location details and schedules to plan your next recreational activity.

This API takes change requests — .
Endpoint health
monitored
get_instructors
get_location_availability
get_location_detail
get_locations
get_organization
Checks pendingself-healing
Endpoints
6
Updated
1h ago
This call costs1 credit / call— charged only on success
Try it
URL slug of the organization (e.g. san-francisco-rec-park).
api.parse.bot/scraper/53ee12ed-bd2a-4e29-89e9-a6ecfca029dd/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/53ee12ed-bd2a-4e29-89e9-a6ecfca029dd/get_organization?organization_slug=san-francisco-rec-park' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalmissing one? ·

Retrieve organization details by slug, including configuration, tabs, banners, lesson restrictions, and facility rental settings. One API call returns the full organization profile.

Input
ParamTypeDescription
organization_slugrequiredstringURL slug of the organization (e.g. san-francisco-rec-park).
Response
{
  "type": "object",
  "fields": {
    "id": "string - organization UUID",
    "logo": "string - logo image URL",
    "name": "string - display name",
    "slug": "string - URL slug",
    "config": "object - organization configuration including tabs, banners, lessons restrictions",
    "fullLogo": "string - full logo image URL",
    "description": "string - short description",
    "displayName": "string - city/region display name",
    "activityOrCategoryOrder": "array - ordered list of activity/category IDs"
  },
  "sample": {
    "data": {
      "id": "17380e28-7e02-4b52-82c5-fab18557fd7a",
      "logo": "https://prod-rec-tech-img-bucket-8656aa2.s3.us-west-1.amazonaws.com/organization-17380e28-7e02-4b52-82c5-fab18557fd7a/detail.jpg",
      "name": "San Francisco Rec & Park",
      "slug": "san-francisco-rec-park",
      "config": {
        "tabs": {
          "coaching": {
            "order": 2
          },
          "programs": {
            "name": "Lesson Packs",
            "order": 3
          },
          "locations": {
            "name": "Court Reservations",
            "order": 1
          }
        }
      },
      "description": "Official SF organization - ",
      "displayName": "San Francisco",
      "activityOrCategoryOrder": []
    },
    "status": "success"
  }
}

About the Rec API

The Rec API on Parse exposes 6 endpoints for the publicly available data on rec.us. Calls return JSON over HTTPS and are billed per successful response.

Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.