Noun Project · Example Payload

Noun Project Collection Example

A complete weather iconography set covering conditions and forecasts.

Art And DesignIconsSVGVisual LanguageDesign AssetsPublic APIs

Noun Project Collection Example is an example object payload from Noun Project, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idslugnamedescriptionpermalinkpreview_urlcreatordate_createddate_updatedis_publishedicon_counttagsicons

Example Payload

Raw ↑
{
  "id": 98765,
  "slug": "weather-icons",
  "name": "Weather Icons",
  "description": "A complete weather iconography set covering conditions and forecasts.",
  "permalink": "https://thenounproject.com/collection/98765/",
  "preview_url": "https://static.thenounproject.com/collections/98765-cover.png",
  "creator": {
    "id": 4321,
    "username": "jsmith",
    "name": "Jane Smith",
    "permalink": "https://thenounproject.com/jsmith/",
    "location": "Brooklyn, NY",
    "bio": "Designer focused on space exploration icons.",
    "avatar_url": "https://static.thenounproject.com/avatars/4321.png"
  },
  "date_created": "2024-04-12T10:00:00Z",
  "date_updated": "2024-09-30T18:22:00Z",
  "is_published": true,
  "icon_count": 32,
  "tags": [
    {
      "id": 999,
      "slug": "spaceship"
    },
    {
      "id": 999,
      "slug": "spaceship"
    }
  ],
  "icons": [
    {
      "id": 1234567,
      "attribution": "rocket by Jane Smith from Noun Project",
      "attribution_preview_url": "https://static.thenounproject.com/png/1234567-attribution.png",
      "creator": null,
      "date_uploaded": "2024-08-15T13:45:00Z",
      "is_active": true,
      "is_public_domain": false,
      "license_description": "creative-commons-attribution",
      "permalink": "https://thenounproject.com/icon/1234567/",
      "preview_url": "https://static.thenounproject.com/png/1234567-200.png",
      "preview_url_42": "https://static.thenounproject.com/png/1234567-42.png",
      "preview_url_84": "https://static.thenounproject.com/png/1234567-84.png",
      "preview_url_200": "https://static.thenounproject.com/png/1234567-200.png",
      "icon_url": "https://static.thenounproject.com/svg/1234567.svg",
      "svg": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"...\"/></svg>",
      "style": "solid",
      "line_weight": 4,
      "tags": [
        {},
        {}
      ],
      "term": "rocket",
      "term_slug": "rocket",
      "year_published": 2024,
      "royalty_free_license": true,
      "nsfw": false,
      "sponsor_id": null,
      "thumbnail_url": "https://static.thenounproject.com/png/1234567-200.png"
    },
    {
      "id": 1234567,
      "attribution": "rocket by Jane Smith from Noun Project",
      "attribution_preview_url": "https://static.thenounproject.com/png/1234567-attribution.png",
      "creator": null,
      "date_uploaded": "2024-08-15T13:45:00Z",
      "is_active": true,
      "is_public_domain": false,
      "license_description": "creative-commons-attribution",
      "permalink": "https://thenounproject.com/icon/1234567/",
      "preview_url": "https://static.thenounproject.com/png/1234567-200.png",
      "preview_url_42": "https://static.thenounproject.com/png/1234567-42.png",
      "preview_url_84": "https://static.thenounproject.com/png/1234567-84.png",
      "preview_url_200": "https://static.thenounproject.com/png/1234567-200.png",
      "icon_url": "https://static.thenounproject.com/svg/1234567.svg",
      "svg": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"...\"/></svg>",
      "style": "solid",
      "line_weight": 4,
      "tags": [
        {},
        {}
      ],
      "term": "rocket",
      "term_slug": "rocket",
      "year_published": 2024,
      "royalty_free_license": true,
      "nsfw": false,
      "sponsor_id": null,
      "thumbnail_url": "https://static.thenounproject.com/png/1234567-200.png"
    }
  ]
}