Jump to Content
Parcl Labs
GuidesRecipesAPI ReferenceGraphQLChangelog
v1.0

Log InParcl Labs
Log In
v1.0GuidesRecipesAPI ReferenceGraphQLChangelog

PARCL LABS API

  • The Basics
  • Getting Started
  • Authentication

FREQUENTLY ASKED QUERIES

  • Top Queries
  • Query Price Feed
    • Query last 7 days of data for New York Metro
    • Query Metro Area with nested information about Cities
    • Query Cities w/Sort
    • Query Cities w/Enrichment
    • Query cities w/enrichment sort
    • Query to get Metropolitan areas available
  • Query Amenities
  • Query Weather

API REFERENCE

  • Geographies
    • MSA
    • cities
  • Objects
    • Amenities
    • Weather
    • Census
    • Parcl Price Feed

FAQs

  • What is Parcl Labs?
  • What can I use Parcl Labs data for?
  • What data is included in the API?
  • Do I need to be technical to use the API?
  • Why GraphQL?
    • GraphQL vs. REST APIs
  • What MSAs are included in the API?
    • Why can I not query zip code from the API?
  • How do I perform aggregations in GraphQL?
  • What does “real time” mean? Why does real time data matter?
Powered by 

Authentication

Suggest Edits

Authentication is done with the following headers sent via the request, where API_KEY is replaced with your API key:

{
  "Authorization": "your_API_key"
}

Updated 15 days ago


What’s Next
  • Make your first requestarrow-right