Discover/roboflow.com API
live

roboflow.com APIroboflow.com

Search and retrieve metadata from 200,000+ open-source computer vision datasets on Roboflow Universe. Access class labels, image counts, and version info.

Endpoints
3
Updated
14d ago
Try it
Page number for pagination.
Search keyword. Supports single words and multi-word phrases.
api.parse.bot/scraper/4d4cf0a1-b912-46f8-9ca4-54eb70b69488/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/4d4cf0a1-b912-46f8-9ca4-54eb70b69488/search_datasets?page=1&query=dogs' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Search for datasets on Roboflow Universe by keyword. Returns paginated results with up to 50 datasets per page.

Input
ParamTypeDescription
pageintegerPage number for pagination.
querystringSearch keyword. Supports single words and multi-word phrases.
Response
{
  "type": "object",
  "fields": {
    "page": "integer, current page number",
    "datasets": "array of dataset summaries, each containing id, name, workspace, project_slug, image_count, classes, description_short, download_page_url, and dataset_url",
    "has_more": "boolean, true if more pages are available"
  },
  "sample": {
    "data": {
      "page": 1,
      "datasets": [
        {
          "id": "9dwoZR5okf3whTyeZQ8P",
          "name": "car",
          "classes": [
            "Bus"
          ],
          "workspace": {
            "id": "BeESspb8ReMqIioHfzoW2sx14dJ2",
            "url": "abtin-nyjmt",
            "name": "abtin"
          },
          "dataset_url": "https://universe.roboflow.com/abtin-nyjmt/car-nxtji",
          "image_count": 1000,
          "project_slug": "car-nxtji",
          "description_short": "car",
          "download_page_url": "https://universe.roboflow.com/abtin-nyjmt/car-nxtji/dataset/1/download"
        }
      ],
      "has_more": true
    },
    "status": "success"
  }
}

About the roboflow.com API

This API provides access to Roboflow Universe's catalog of over 200,000 open-source computer vision datasets across 3 endpoints. Use search_datasets to query by keyword and get paginated results with image counts, class labels, and workspace slugs, or use get_dataset_details to pull the full metadata for any specific dataset — including class distribution, version history, and download links.

Search and Browse Datasets

The search_datasets endpoint accepts a query string (single words or multi-word phrases) and an optional page integer for pagination. Each result in the returned datasets array includes id, name, workspace, project_slug, image_count, classes, description_short, and download_page_url. The has_more boolean tells you whether additional pages exist. Results are capped at 50 datasets per page.

Bulk Retrieval with list_car_datasets

The list_car_datasets endpoint automates multi-page fetching for car-related datasets in a single call. Pass page_limit to control how many pages are retrieved (up to 50 datasets per page each). The response returns a flat datasets array with the same structure as search_datasets results, plus a total_fetched count — useful when you need a larger working set without manually looping through pages.

Dataset Detail Retrieval

The get_dataset_details endpoint requires a workspace slug and a project slug, both of which are returned by search_datasets under workspace.url and project_slug respectively. The response exposes the full description in markdown, classes as a keyed object with annotation counts per class, latest_version, image_count, dataset_url, and download_page_url. This is the endpoint to call when you need to evaluate whether a specific dataset fits your labeling requirements before downloading.

Common use cases
  • Find labeled datasets for a specific object class by querying search_datasets with a keyword and filtering by classes.
  • Compare annotation volume across similar datasets using image_count and class annotation counts from get_dataset_details.
  • Build a dataset discovery tool that surfaces description_short and image_count for CV practitioners browsing by domain.
  • Automate dataset auditing by retrieving latest_version and classes distributions for a set of project slugs.
  • Aggregate a list of car detection datasets with annotation counts using list_car_datasets before benchmarking models.
  • Generate download manifests by collecting download_page_url fields across multiple search result pages.
  • Identify active workspaces publishing datasets in a niche domain using the workspace field in search results.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Roboflow have an official developer API?+
Yes. Roboflow offers an official API documented at https://docs.roboflow.com/api-reference/introduction. It covers dataset management, model inference, and project operations for authenticated Roboflow accounts. This Parse API focuses specifically on public dataset discovery and metadata retrieval from Roboflow Universe without requiring authentication.
What does get_dataset_details return beyond what search_datasets already provides?+
get_dataset_details returns the full markdown description, per-class annotation counts (as an object with class names as keys), latest_version, and a direct download_page_url. The search_datasets endpoint only provides description_short and a flat classes list, making get_dataset_details necessary when you need annotation distribution data or want to evaluate dataset quality before use.
Is there a limit to how many datasets search_datasets returns per request?+
Each page returns up to 50 dataset summaries. The has_more boolean in the response indicates whether additional pages exist, and you increment the page parameter to fetch them. If you need larger batches without manual pagination, list_car_datasets accepts a page_limit parameter that fetches multiple pages in one call.
Does the API expose dataset download files or model weights?+
Not currently. The API returns metadata — including download_page_url and dataset_url — that points to where files can be accessed, but does not serve dataset files or model artifacts directly. You can fork this API on Parse and revise it to add an endpoint that resolves download links or retrieves version-specific export formats.
Can I search datasets by class label or filter by image count?+
The search_datasets endpoint accepts a keyword query but does not expose class-label or image-count filters as dedicated parameters. You can retrieve a result set and filter on the client side using the classes and image_count fields returned in each dataset summary. For more targeted filtering, you can fork this API on Parse and revise it to add parameter-level filtering logic.
Page content last updated . Spec covers 3 endpoints from roboflow.com.
Related APIs in Developer ToolsSee all →
arxiv.org API
Search and discover academic research papers on arXiv using keywords, authors, titles, categories, and dates, then access detailed metadata for any paper. Browse the complete arXiv category taxonomy to explore research across different scientific disciplines.
alienvault.com API
Search and analyze global threat intelligence data including indicators of compromise, threat pulses, and adversary profiles from the Open Threat Exchange community. Monitor recent security alerts and access detailed information about threats and adversaries to strengthen your cybersecurity defenses.
allaboutcircuits.com API
Access educational electronics content from All About Circuits, including technical articles, circuit diagrams, textbook volumes, and forum discussions organized by category. Search and browse the latest resources, view detailed articles, explore engineering tools, and find answers across their community forums.
bazaardb.gg API
Search and retrieve comprehensive data about The Bazaar game cards, including items, skills, merchants, trainers, monsters, and events with full details like tiers, attributes, enchantments, and tooltips. Quickly find the specific card information you need to optimize your gameplay strategy and deck building.
icons8.com API
Search for millions of icons across different visual styles like colorful, pattern-based, and minimalist designs to find the perfect icon for your project. Discover and retrieve icons in your preferred style to enhance your designs and applications.
wynncraft.com API
Access detailed Wynncraft game information to look up item metadata and search across the complete item database, retrieve player statistics and character inventories, and browse guild information and global search results. Use this data to compare gear, track player progress, analyze guild rosters, or build tools for the Wynncraft community.
cursor.directory API
Search and discover AI cursor rules, MCP servers, and job listings organized by category to enhance your development workflow. Browse detailed information about each rule and server to find the tools and configurations that best fit your needs.
smstome.com API
Browse temporary phone numbers from countries around the world and read incoming SMS messages in real time. List available numbers by country, retrieve messages sorted newest to oldest, and search message history by sender or content.