Envato Catalog API

The Catalog API from Envato — 2 operation(s) for catalog.

Operations 2

GET /v1/market/popular:json List popular items by site #
GET /v1/market/new-files:json List newest files for a site and category #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/envato-catalog-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

envato-catalog-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Envato Market Author Catalog API
  version: 3.0.0
  description: Envato Market REST API. Provides catalog discovery, item detail, search, item downloads (for buyers), user account info, badges, collections, and author earnings/sales across Envato's per-asset marketplaces (ThemeForest, CodeCanyon, AudioJungle, VideoHive, GraphicRiver, 3DOcean, PhotoDune). Best-effort spec derived from publicly documented surfaces; not exhaustive.
  contact:
    name: Envato Build
    url: https://build.envato.com/api/
  license:
    name: Proprietary
servers:
- url: https://api.envato.com
  description: Envato API production base URL
security:
- bearerAuth: []
- oauth2:
  - default
tags:
- name: Catalog
paths:
  /v1/market/popular:json:
    get:
      tags:
      - Catalog
      summary: List popular items by site
      operationId: getPopularItems
      parameters:
      - in: query
        name: site
        required: true
        schema:
          type: string
          example: themeforest.net
      responses:
        '200':
          description: Popular items grouped by week, month, last quarter
          content:
            application/json:
              schema:
                type: object
                properties:
                  popular:
                    type: object
  /v1/market/new-files:json:
    get:
      tags:
      - Catalog
      summary: List newest files for a site and category
      operationId: getNewFiles
      parameters:
      - in: query
        name: site
        required: true
        schema:
          type: string
      - in: query
        name: category
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Newest files
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      bearerFormat: Personal Token
      description: 'Envato personal token issued from build.envato.com. Sent as `Authorization: Bearer <token>`.'
    oauth2:
      type: oauth2
      flows:
        authorizationCode:
          authorizationUrl: https://api.envato.com/authorization
          tokenUrl: https://api.envato.com/token
          scopes:
            default: Default Envato Market scope set