Skip to content

Retrieve Multiple Taxonomies

Retrieve all taxonomies in the space.

GET
https://api.storyblok.com/v2/cdn/taxonomies
  • token required string

    A preview or public access token configured in a space.

  • taxonomies array<TaxonomyTerm>
    Show child properties
    • id string

      The taxonomy’s ID.

    • display_name string

      The taxonomy’s name.

    • name string

      The taxonomy’s technical name.

    • description string | null

      The taxonomy’s description.

    • parent_id string | null

      The top-level term’s ID.

    • last_author object | null

      An object that contains the details of user who created the term.

      Show child properties
      • id integer

        The user’s numeric ID.

      • userid string

        The user’s username or email address.

      • friendly_name string

        The user’s display name.

      • avatar string | null

        The URL of the user’s avatar image.

    • last_author_id string | null

      The user’s ID.

    • created_at string

      Creation timestamp. Supports ISO 8601.

    • updated_at string

      Latest update timestamp. Supports ISO 8601.

    • children array<TaxonomyTerm>

      An array of sub-terms objects.

      Show child properties
      • id string

        The taxonomy’s ID.

      • display_name string

        The taxonomy’s name.

      • name string

        The taxonomy’s technical name.

      • description string | null

        The taxonomy’s description.

      • parent_id string | null

        The top-level term’s ID.

      • last_author object | null

        An object that contains the details of user who created the term.

        Show child properties
        • id integer

          The user’s numeric ID.

        • userid string

          The user’s username or email address.

        • friendly_name string

          The user’s display name.

        • avatar string | null

          The URL of the user’s avatar image.

      • last_author_id string | null

        The user’s ID.

      • created_at string

        Creation timestamp. Supports ISO 8601.

      • updated_at string

        Latest update timestamp. Supports ISO 8601.

      • children array<TaxonomyTerm>

        An array of sub-terms objects.

      • terms_count integer

        The number sub-terms (at any depth).

      • last_activity_at string

        Latest update timestamp. Supports ISO 8601.

      • associated_content array<object>

        An array of story objects associated with the taxonomy.

        Show child properties
        • id string

          The associated story’s ID.

        • type string

          The associated block type’s name.

        • name string
        • full_slug string

          The story’s full slug, including parent folder and language paths.

        • updated_at string

          Latest update timestamp. Supports ISO 8601.

    • terms_count integer

      The number sub-terms (at any depth).

    • last_activity_at string

      Latest update timestamp. Supports ISO 8601.

    • associated_content array<object>

      An array of story objects associated with the taxonomy.

      Show child properties
      • id string

        The associated story’s ID.

      • type string

        The associated block type’s name.

      • name string
      • full_slug string

        The story’s full slug, including parent folder and language paths.

      • updated_at string

        Latest update timestamp. Supports ISO 8601.

  • cv integer | null
curl "https://api.storyblok.com/v2/cdn/taxonomies\
?token=ask9soUkv02QqbZgmZdeDAtt"

Was this page helpful?

What went wrong?

This site uses reCAPTCHA and Google's Privacy Policy (opens in a new window).Terms of Service (opens in a new window) apply.