Noun Project · JSON Structure

Noun Project Collection Search Response Structure

Paginated collection search results.

Type: object Properties: 5 Required: 1
Art And DesignIconsSVGVisual LanguageDesign AssetsPublic APIs

CollectionSearchResponse is a JSON Structure definition published by Noun Project, describing 5 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

collections generated_at total next_page prev_page

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/noun-project/refs/heads/main/json-structure/noun-project-collection-search-response-structure.json",
  "name": "CollectionSearchResponse",
  "description": "Paginated collection search results.",
  "type": "object",
  "properties": {
    "collections": {
      "type": "array",
      "description": "Collections matching the search criteria.",
      "items": {
        "type": "object",
        "description": "A curated icon collection (icon set).",
        "properties": {
          "id": {
            "type": "int32",
            "description": "Numeric identifier of the collection.",
            "example": 98765
          },
          "slug": {
            "type": "string",
            "description": "URL-safe slug of the collection.",
            "example": "weather-icons"
          },
          "name": {
            "type": "string",
            "description": "Display name of the collection.",
            "example": "Weather Icons"
          },
          "description": {
            "type": "string",
            "description": "Marketing description of the collection.",
            "example": "A complete weather iconography set covering conditions and forecasts."
          },
          "permalink": {
            "type": "uri",
            "description": "Canonical URL for the collection on thenounproject.com.",
            "example": "https://thenounproject.com/collection/98765/"
          },
          "preview_url": {
            "type": "uri",
            "description": "Cover image URL for the collection.",
            "example": "https://static.thenounproject.com/collections/98765-cover.png"
          },
          "creator": {
            "$ref": "#/components/schemas/IconCreator"
          },
          "date_created": {
            "type": "datetime",
            "description": "ISO 8601 timestamp when the collection was created.",
            "example": "2024-04-12T10:00:00Z"
          },
          "date_updated": {
            "type": "datetime",
            "description": "ISO 8601 timestamp of the last collection update.",
            "example": "2024-09-30T18:22:00Z"
          },
          "is_published": {
            "type": "boolean",
            "description": "Whether the collection is published and discoverable.",
            "example": true
          },
          "icon_count": {
            "type": "int32",
            "description": "Number of icons currently in the collection.",
            "example": 32
          },
          "tags": {
            "type": "array",
            "description": "Search tags applied to the collection.",
            "items": {
              "$ref": "#/components/schemas/Tag"
            }
          },
          "icons": {
            "type": "array",
            "description": "Member icons returned when retrieving a collection by ID.",
            "items": {
              "$ref": "#/components/schemas/Icon"
            }
          }
        },
        "required": [
          "id",
          "name",
          "permalink"
        ]
      }
    },
    "generated_at": {
      "type": "datetime",
      "description": "ISO 8601 timestamp of when the response was generated.",
      "example": "2026-05-28T14:00:00Z"
    },
    "total": {
      "type": "int32",
      "description": "Total number of collections matching the search.",
      "example": 187
    },
    "next_page": {
      "type": [
        "string",
        "null"
      ],
      "description": "Cursor token for the next page of results.",
      "example": "eyJsYXN0X2lkIjo5ODc2NX0="
    },
    "prev_page": {
      "type": [
        "string",
        "null"
      ],
      "description": "Cursor token for the previous page of results.",
      "example": null
    }
  },
  "required": [
    "collections"
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • 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 JSON Structure
curl "https://apis.io/api/v1/json-structures/noun-project-collection-search-response-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

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

Get an API key

Free tier, no email required.

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