Noun Project · Schema

UsageWindow

Usage statistics for a single time window.

Art And DesignIconsSVGVisual LanguageDesign AssetsPublic APIs

Properties

Name Type Description
service_calls_used integer Non-icon API calls consumed in this window.
service_calls_limit integer Maximum non-icon API calls allowed in this window.
icon_calls_used integer Icon-specific calls consumed in this window.
icon_calls_limit integer Maximum icon-specific calls allowed in this window.
period_start string ISO 8601 timestamp of when this window started.
period_end string ISO 8601 timestamp of when this window ends.
View JSON Schema on GitHub

JSON Schema

noun-project-usage-window-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/noun-project/refs/heads/main/json-schema/noun-project-usage-window-schema.json",
  "title": "UsageWindow",
  "description": "Usage statistics for a single time window.",
  "type": "object",
  "properties": {
    "service_calls_used": {
      "type": "integer",
      "description": "Non-icon API calls consumed in this window.",
      "example": 245
    },
    "service_calls_limit": {
      "type": "integer",
      "description": "Maximum non-icon API calls allowed in this window.",
      "example": 1000
    },
    "icon_calls_used": {
      "type": "integer",
      "description": "Icon-specific calls consumed in this window.",
      "example": 38
    },
    "icon_calls_limit": {
      "type": "integer",
      "description": "Maximum icon-specific calls allowed in this window.",
      "example": 150
    },
    "period_start": {
      "type": "string",
      "format": "date-time",
      "description": "ISO 8601 timestamp of when this window started.",
      "example": "2026-05-28T00:00:00Z"
    },
    "period_end": {
      "type": "string",
      "format": "date-time",
      "description": "ISO 8601 timestamp of when this window ends.",
      "example": "2026-05-29T00:00:00Z"
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/noun-project-usage-window"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.