Amplitude · JSON Structure

Amplitude Structure

Structural overview of the Amplitude API surface; extracted from openapi/.

Type: Properties: 0
A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Amplitude Structure is a JSON Structure definition published by Amplitude.

Meta-schema:

JSON Structure

Raw ↑
{
  "provider": "Amplitude",
  "providerId": "amplitude",
  "kind": "json-structure",
  "description": "Structural overview of the Amplitude API surface; extracted from openapi/.",
  "schemaCount": 9,
  "operationCount": 20,
  "schemas": [
    {
      "name": "SuccessResponse",
      "type": "object",
      "propertyCount": 1,
      "required": []
    },
    {
      "name": "CategoryListResponse",
      "type": "object",
      "propertyCount": 1,
      "required": []
    },
    {
      "name": "Category",
      "type": "object",
      "propertyCount": 2,
      "required": []
    },
    {
      "name": "EventTypeListResponse",
      "type": "object",
      "propertyCount": 1,
      "required": []
    },
    {
      "name": "EventType",
      "type": "object",
      "propertyCount": 3,
      "required": []
    },
    {
      "name": "EventPropertyListResponse",
      "type": "object",
      "propertyCount": 1,
      "required": []
    },
    {
      "name": "EventProperty",
      "type": "object",
      "propertyCount": 5,
      "required": []
    },
    {
      "name": "UserPropertyListResponse",
      "type": "object",
      "propertyCount": 1,
      "required": []
    },
    {
      "name": "UserProperty",
      "type": "object",
      "propertyCount": 3,
      "required": []
    }
  ],
  "operations": [
    {
      "method": "GET",
      "path": "/api/2/taxonomy/category",
      "operationId": "listEventCategories",
      "summary": "Amplitude List All Event Categories",
      "tags": [
        "Event Categories"
      ]
    },
    {
      "method": "POST",
      "path": "/api/2/taxonomy/category",
      "operationId": "createEventCategory",
      "summary": "Amplitude Create an Event Category",
      "tags": [
        "Event Categories"
      ]
    },
    {
      "method": "GET",
      "path": "/api/2/taxonomy/category/{category_id}",
      "operationId": "getEventCategory",
      "summary": "Amplitude Get an Event Category",
      "tags": [
        "Event Categories"
      ]
    },
    {
      "method": "PUT",
      "path": "/api/2/taxonomy/category/{category_id}",
      "operationId": "updateEventCategory",
      "summary": "Amplitude Update an Event Category",
      "tags": [
        "Event Categories"
      ]
    },
    {
      "method": "DELETE",
      "path": "/api/2/taxonomy/category/{category_id}",
      "operationId": "deleteEventCategory",
      "summary": "Amplitude Delete an Event Category",
      "tags": [
        "Event Categories"
      ]
    },
    {
      "method": "GET",
      "path": "/api/2/taxonomy/event",
      "operationId": "listEventTypes",
      "summary": "Amplitude List All Event Types",
      "tags": [
        "Event Types"
      ]
    },
    {
      "method": "POST",
      "path": "/api/2/taxonomy/event",
      "operationId": "createEventType",
      "summary": "Amplitude Create an Event Type",
      "tags": [
        "Event Types"
      ]
    },
    {
      "method": "GET",
      "path": "/api/2/taxonomy/event/{event_type}",
      "operationId": "getEventType",
      "summary": "Amplitude Get an Event Type",
      "tags": [
        "Event Types"
      ]
    },
    {
      "method": "PUT",
      "path": "/api/2/taxonomy/event/{event_type}",
      "operationId": "updateEventType",
      "summary": "Amplitude Update an Event Type",
      "tags": [
        "Event Types"
      ]
    },
    {
      "method": "DELETE",
      "path": "/api/2/taxonomy/event/{event_type}",
      "operationId": "deleteEventType",
      "summary": "Amplitude Delete an Event Type",
      "tags": [
        "Event Types"
      ]
    },
    {
      "method": "GET",
      "path": "/api/2/taxonomy/event-property",
      "operationId": "listEventProperties",
      "summary": "Amplitude List All Event Properties",
      "tags": [
        "Event Properties"
      ]
    },
    {
      "method": "POST",
      "path": "/api/2/taxonomy/event-property",
      "operationId": "createEventProperty",
      "summary": "Amplitude Create an Event Property",
      "tags": [
        "Event Properties"
      ]
    },
    {
      "method": "GET",
      "path": "/api/2/taxonomy/event-property/{event_property}",
      "operationId": "getEventProperty",
      "summary": "Amplitude Get an Event Property",
      "tags": [
        "Event Properties"
      ]
    },
    {
      "method": "PUT",
      "path": "/api/2/taxonomy/event-property/{event_property}",
      "operationId": "updateEventProperty",
      "summary": "Amplitude Update an Event Property",
      "tags": [
        "Event Properties"
      ]
    },
    {
      "method": "DELETE",
      "path": "/api/2/taxonomy/event-property/{event_property}",
      "operationId": "deleteEventProperty",
      "summary": "Amplitude Delete an Event Property",
      "tags": [
        "Event Properties"
      ]
    },
    {
      "method": "GET",
      "path": "/api/2/taxonomy/user-property",
      "operationId": "listUserProperties",
      "summary": "Amplitude List All User Properties",
      "tags": [
        "User Properties"
      ]
    },
    {
      "method": "POST",
      "path": "/api/2/taxonomy/user-property",
      "operationId": "createUserProperty",
      "summary": "Amplitude Create a User Property",
      "tags": [
        "User Properties"
      ]
    },
    {
      "method": "GET",
      "path": "/api/2/taxonomy/user-property/{user_property}",
      "operationId": "getUserProperty",
      "summary": "Amplitude Get a User Property",
      "tags": [
        "User Properties"
      ]
    },
    {
      "method": "PUT",
      "path": "/api/2/taxonomy/user-property/{user_property}",
      "operationId": "updateUserProperty",
      "summary": "Amplitude Update a User Property",
      "tags": [
        "User Properties"
      ]
    },
    {
      "method": "DELETE",
      "path": "/api/2/taxonomy/user-property/{user_property}",
      "operationId": "deleteUserProperty",
      "summary": "Amplitude Delete a User Property",
      "tags": [
        "User Properties"
      ]
    }
  ]
}

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/amplitude-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.