Noun Project · JSON Structure

Noun Project Icon Creator Structure

The creator of an icon.

Type: object Properties: 7 Required: 2
Art And DesignIconsSVGVisual LanguageDesign AssetsPublic APIs

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

Properties

id username name permalink location bio avatar_url

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-icon-creator-structure.json",
  "name": "IconCreator",
  "description": "The creator of an icon.",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32",
      "description": "Numeric identifier of the creator.",
      "example": 4321
    },
    "username": {
      "type": "string",
      "description": "URL-safe username of the creator.",
      "example": "jsmith"
    },
    "name": {
      "type": "string",
      "description": "Display name of the creator.",
      "example": "Jane Smith"
    },
    "permalink": {
      "type": "uri",
      "description": "Canonical URL for the creator profile.",
      "example": "https://thenounproject.com/jsmith/"
    },
    "location": {
      "type": "string",
      "description": "Free-text location reported by the creator.",
      "example": "Brooklyn, NY"
    },
    "bio": {
      "type": "string",
      "description": "Creator's profile bio.",
      "example": "Designer focused on space exploration icons."
    },
    "avatar_url": {
      "type": "uri",
      "description": "URL to the creator's avatar image.",
      "example": "https://static.thenounproject.com/avatars/4321.png"
    }
  },
  "required": [
    "id",
    "username"
  ]
}

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-icon-creator-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.