FRED · JSON Structure

Api Tag Structure

A FRED tag.

Type: object Properties: 6 Required: 2
FinanceGovernmentEconomic DataFederal ReserveTime SeriesOpen DataPublic APIs

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

Properties

name group_id notes created popularity series_count

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/fred/refs/heads/main/json-structure/api-tag-structure.json",
  "name": "Tag",
  "description": "A FRED tag.",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Lower-case tag name.",
      "example": "Unemployment Rate"
    },
    "group_id": {
      "type": "string",
      "description": "Tag group id (freq",
      "gen": null,
      "geo": null,
      "geot": null,
      "rls": null,
      "seas": null,
      "src).": null,
      "example": "freq"
    },
    "notes": {
      "type": "string",
      "description": "Editorial notes.",
      "example": "Editorial notes."
    },
    "created": {
      "type": "string",
      "description": "ISO-8601 created timestamp.",
      "example": "example"
    },
    "popularity": {
      "type": "int32",
      "description": "Popularity score 0\u2013100.",
      "example": 95
    },
    "series_count": {
      "type": "int32",
      "description": "Number of series carrying this tag.",
      "example": 380000
    }
  },
  "required": [
    "name",
    "group_id"
  ]
}