The Index website screenshot

The Index

theindex.fyi is a maintained meta-index of indie web and small web index sites — a curated catalog of curated catalogs. It tracks ~40 indexes spanning six categories (curated directories, RSS / feed aggregators, search engines, random-discovery tools, constraint-based clubs, and IndieWeb infrastructure), and exposes the catalog through a public, read-only JSON:API.

1 APIs 0 Features
Indie WebSmall WebDirectoriesSearchRSSWebringsOpen DataJSON:API

APIs

The Index Public API

Public, read-only API listing every active index in theindex.fyi. Responses follow JSON:API 1.1 (`application/vnd.api+json`) and include filterable / paginated collection endpoi...

Collections

Pricing Plans

Rate Limits

The Index Fyi Rate Limits

2 limits

RATE LIMITS

FinOps

Resources

🔗
Website
Website
🔗
AboutUs
AboutUs
🔗
Documentation
Documentation
🔗
OpenAPI
OpenAPI
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: theindex.fyi
  version: '1.0'
items:
- info:
    name: Indexes
    type: folder
  items:
  - info:
      name: List indexes
      type: http
    http:
      method: GET
      url: https://theindex.fyi/api/indexes
      params:
      - name: filter[category]
        value: curated_directories
        type: query
        description: Filter indexes by category.
      - name: filter[language]
        value: es
        type: query
        description: Filter by ISO 639-1 language code. Omit to return all languages.
      - name: page[number]
        value: ''
        type: query
        description: Page number (1-based).
      - name: page[size]
        value: ''
        type: query
        description: Number of results per page. Maximum 100.
    docs: Returns a paginated, filterable list of all active indexes.
  - info:
      name: Get an index
      type: http
    http:
      method: GET
      url: https://theindex.fyi/api/indexes/:slug
      params:
      - name: slug
        value: ooh-directory
        type: path
        description: The unique slug of the index.
    docs: Returns a single index by its slug.
bundled: true