Metabolon Status API

The Status API from Metabolon — 16 operation(s) for status.

Operations 16

GET /api/v1/admin/status/enabled Retrieves whether access to the api has been enabled #
POST /api/v1/admin/status/enable Turns whether access to the api has been enabled on #
POST /api/v1/admin/status/disable Turns whether access to the api has been enabledoff #
GET /api/v1/admin/status/publish/enabled Retrieves whether a publishing is enabled #
GET /api/v1/admin/status/publish/running Retrieves whether a publishing is running #
GET /api/v1/admin/status/publish/reporting Retrieves whether a publishing is reporting #
POST /api/v1/admin/status/publish/enable Turns publishing on #
POST /api/v1/admin/status/publish/disable Turns publishing off #
GET /api/v2/admin/status/enabled Retrieves whether access to the api has been enabled #
POST /api/v2/admin/status/enable Turns whether access to the api has been enabled on #
POST /api/v2/admin/status/disable Turns whether access to the api has been enabledoff #
GET /api/v2/admin/status/publish/enabled Retrieves whether a publishing is enabled #
GET /api/v2/admin/status/publish/running Retrieves whether a publishing is running #
GET /api/v2/admin/status/publish/reporting Retrieves whether a publishing is reporting #
POST /api/v2/admin/status/publish/enable Turns publishing on #
POST /api/v2/admin/status/publish/disable Turns publishing off #

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/metabolon-status-api"
All apis
curl "https://apis.io/api/v1/apis?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.

OpenAPI Specification

metabolon-status-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: PortalApi Status API
  version: '1.0'
servers:
- url: https://portal-api.prod.metabolon.com
tags:
- name: Status
paths:
  /api/v1/admin/status/enabled:
    get:
      tags:
      - Status
      summary: Retrieves whether access to the api has been enabled
      operationId: Status_IsEnabled
      responses:
        '200':
          description: A bool
          content:
            application/json:
              schema:
                type: boolean
  /api/v1/admin/status/enable:
    post:
      tags:
      - Status
      summary: Turns whether access to the api has been enabled on
      operationId: Status_Enable
      responses:
        '200':
          description: An action result
  /api/v1/admin/status/disable:
    post:
      tags:
      - Status
      summary: Turns whether access to the api has been enabledoff
      operationId: Status_Disable
      responses:
        '200':
          description: An action result
  /api/v1/admin/status/publish/enabled:
    get:
      tags:
      - Status
      summary: Retrieves whether a publishing is enabled
      operationId: Status_IsPublishingEnabled
      responses:
        '200':
          description: A bool
          content:
            application/json:
              schema:
                type: boolean
  /api/v1/admin/status/publish/running:
    get:
      tags:
      - Status
      summary: Retrieves whether a publishing is running
      operationId: Status_IsPublishingRunning
      responses:
        '200':
          description: A bool
          content:
            application/json:
              schema:
                type: boolean
  /api/v1/admin/status/publish/reporting:
    get:
      tags:
      - Status
      summary: Retrieves whether a publishing is reporting
      operationId: Status_IsPublishingReporting
      responses:
        '200':
          description: A bool
          content:
            application/json:
              schema:
                type: boolean
  /api/v1/admin/status/publish/enable:
    post:
      tags:
      - Status
      summary: Turns publishing on
      operationId: Status_EnablePublishing
      responses:
        '200':
          description: An action result
  /api/v1/admin/status/publish/disable:
    post:
      tags:
      - Status
      summary: Turns publishing off
      operationId: Status_DisablePublishing
      responses:
        '200':
          description: An action result
  /api/v2/admin/status/enabled:
    get:
      tags:
      - Status
      summary: Retrieves whether access to the api has been enabled
      operationId: Status_IsEnabled2
      responses:
        '200':
          description: A bool
          content:
            application/json:
              schema:
                type: boolean
  /api/v2/admin/status/enable:
    post:
      tags:
      - Status
      summary: Turns whether access to the api has been enabled on
      operationId: Status_Enable2
      responses:
        '200':
          description: An action result
  /api/v2/admin/status/disable:
    post:
      tags:
      - Status
      summary: Turns whether access to the api has been enabledoff
      operationId: Status_Disable2
      responses:
        '200':
          description: An action result
  /api/v2/admin/status/publish/enabled:
    get:
      tags:
      - Status
      summary: Retrieves whether a publishing is enabled
      operationId: Status_IsPublishingEnabled2
      responses:
        '200':
          description: A bool
          content:
            application/json:
              schema:
                type: boolean
  /api/v2/admin/status/publish/running:
    get:
      tags:
      - Status
      summary: Retrieves whether a publishing is running
      operationId: Status_IsPublishingRunning2
      responses:
        '200':
          description: A bool
          content:
            application/json:
              schema:
                type: boolean
  /api/v2/admin/status/publish/reporting:
    get:
      tags:
      - Status
      summary: Retrieves whether a publishing is reporting
      operationId: Status_IsPublishingReporting2
      responses:
        '200':
          description: A bool
          content:
            application/json:
              schema:
                type: boolean
  /api/v2/admin/status/publish/enable:
    post:
      tags:
      - Status
      summary: Turns publishing on
      operationId: Status_EnablePublishing2
      responses:
        '200':
          description: An action result
  /api/v2/admin/status/publish/disable:
    post:
      tags:
      - Status
      summary: Turns publishing off
      operationId: Status_DisablePublishing2
      responses:
        '200':
          description: An action result
x-generator: NSwag v14.6.2.0 (NJsonSchema v11.5.2.0 (Newtonsoft.Json v13.0.0.0))