PassiveLogic Graph QL API

Routes related to the GraphQL API

Operations 9

GET /api/v0.19/graphqlSubscribe GraphQL API over websocket. #
GET /api/v0.20/graphqlSubscribe GraphQL API over websocket. #
POST /api/v0.20/graphql GraphQL API #
GET /api/v0.20/graphql GraphQL API #
POST /api/v0.19/graphql GraphQL API #
GET /api/v0.19/graphql GraphQL API #
POST /api/graphql GraphQL API #
GET /api/graphql GraphQL API #
GET /api/graphqlSubscribe GraphQL API over websocket. #

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/passivelogic-graphql-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 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.

OpenAPI Specification

passivelogic-graphql-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Passivelogic Graph QL API
  version: 0.0.0
  description: 'Operations tagged GraphQL across 2 of this provider''s published API definitions: passivelogic-graphql-api-openapi.yml, passivelogic-rest-api-openapi.yml. Each path carries the servers of the definition it was published in.'
servers:
- url: https://passivelogic.com/api/
  description: Base URL declared by the provider in apis.yml (roadmap#122).
tags:
- description: Routes related to the GraphQL API
  name: GraphQL
paths:
  /api/v0.19/graphqlSubscribe:
    get:
      tags:
      - GraphQL
      summary: GraphQL API over websocket.
      security:
      - Basic Auth - login: []
      - XSRF header: []
      - DEPRECATED - PL API Key: []
      - PL API Key: []
      description: 'Serves the GraphQL API over websockets to support streaming results like subscriptions.


        The following sub-protocols are supported:

        - [graphql-transport-ws](https://github.com/enisdenjo/graphql-ws/blob/master/PROTOCOL.md)

        - [graphql-ws](https://github.com/apollographql/subscriptions-transport-ws/blob/master/PROTOCOL.md)'
      operationId: getApiV0.19GraphqlSubscribe
    servers:
    - url: https://passivelogic.com/api/
      description: Base URL declared by the provider in apis.yml (roadmap#122).
  /api/v0.20/graphqlSubscribe:
    get:
      tags:
      - GraphQL
      summary: GraphQL API over websocket.
      description: 'Serves the GraphQL API over websockets to support streaming results like subscriptions.


        The following sub-protocols are supported:

        - [graphql-transport-ws](https://github.com/enisdenjo/graphql-ws/blob/master/PROTOCOL.md)

        - [graphql-ws](https://github.com/apollographql/subscriptions-transport-ws/blob/master/PROTOCOL.md)'
      operationId: getApiV0.20GraphqlSubscribe
      security:
      - Basic Auth - login: []
      - XSRF header: []
      - DEPRECATED - PL API Key: []
      - PL API Key: []
    servers:
    - url: https://passivelogic.com/api/
      description: Base URL declared by the provider in apis.yml (roadmap#122).
  /api/v0.20/graphql:
    post:
      security:
      - Basic Auth - login: []
      - XSRF header: []
      - DEPRECATED - PL API Key: []
      - PL API Key: []
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/GraphQLRequest'
      summary: GraphQL API
      externalDocs:
        url: https://graphql.org/learn/serving-over-http/#post-request
        description: GraphQL documentation.
      tags:
      - GraphQL
      description: Serves the GraphQL API. For more details, see [graphql.org](https://graphql.org/learn/serving-over-http/#post-request)
      operationId: postApiV0.20Graphql
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GraphQLResult'
    get:
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GraphQLResult'
      security:
      - Basic Auth - login: []
      - XSRF header: []
      - DEPRECATED - PL API Key: []
      - PL API Key: []
      summary: GraphQL API
      externalDocs:
        description: GraphQL documentation.
        url: https://graphql.org/learn/serving-over-http/#get-request
      tags:
      - GraphQL
      description: Serves the GraphQL API. For more details, see [graphql.org](https://graphql.org/learn/serving-over-http/#get-request)
      operationId: getApiV0.20Graphql
      parameters:
      - in: query
        required: true
        name: query
        schema:
          type: string
      - in: query
        required: false
        name: operationName
        schema:
          type:
          - string
          - 'null'
      - in: query
        required: false
        name: variables
        example: {}
        schema:
          type:
          - object
          - 'null'
          additionalProperties:
            type: boolean
    servers:
    - url: https://passivelogic.com/api/
      description: Base URL declared by the provider in apis.yml (roadmap#122).
  /api/v0.19/graphql:
    post:
      security:
      - Basic Auth - login: []
      - XSRF header: []
      - DEPRECATED - PL API Key: []
      - PL API Key: []
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/GraphQLRequest'
        required: true
      summary: GraphQL API
      externalDocs:
        description: GraphQL documentation.
        url: https://graphql.org/learn/serving-over-http/#post-request
      description: Serves the GraphQL API. For more details, see [graphql.org](https://graphql.org/learn/serving-over-http/#post-request)
      tags:
      - GraphQL
      operationId: postApiV0.19Graphql
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GraphQLResult'
    get:
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GraphQLResult'
          description: OK
      security:
      - Basic Auth - login: []
      - XSRF header: []
      - DEPRECATED - PL API Key: []
      - PL API Key: []
      summary: GraphQL API
      externalDocs:
        description: GraphQL documentation.
        url: https://graphql.org/learn/serving-over-http/#get-request
      description: Serves the GraphQL API. For more details, see [graphql.org](https://graphql.org/learn/serving-over-http/#get-request)
      tags:
      - GraphQL
      operationId: getApiV0.19Graphql
      parameters:
      - required: true
        schema:
          type: string
        name: query
        in: query
      - required: false
        schema:
          type:
          - string
          - 'null'
        name: operationName
        in: query
      - required: false
        schema:
          additionalProperties:
            type: boolean
          type:
          - object
          - 'null'
        example: {}
        name: variables
        in: query
    servers:
    - url: https://passivelogic.com/api/
      description: Base URL declared by the provider in apis.yml (roadmap#122).
  /api/graphql:
    post:
      security:
      - Basic Auth - login: []
      - XSRF header: []
      - DEPRECATED - PL API Key: []
      - PL API Key: []
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/GraphQLRequest'
        required: true
      summary: GraphQL API
      externalDocs:
        description: GraphQL documentation.
        url: https://graphql.org/learn/serving-over-http/#post-request
      tags:
      - GraphQL
      description: Serves the GraphQL API. For more details, see [graphql.org](https://graphql.org/learn/serving-over-http/#post-request)
      operationId: postApiGraphql
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GraphQLResult'
    get:
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GraphQLResult'
          description: OK
      security:
      - Basic Auth - login: []
      - XSRF header: []
      - DEPRECATED - PL API Key: []
      - PL API Key: []
      summary: GraphQL API
      externalDocs:
        url: https://graphql.org/learn/serving-over-http/#get-request
        description: GraphQL documentation.
      tags:
      - GraphQL
      description: Serves the GraphQL API. For more details, see [graphql.org](https://graphql.org/learn/serving-over-http/#get-request)
      parameters:
      - name: query
        in: query
        required: true
        schema:
          type: string
      - name: operationName
        in: query
        required: false
        schema:
          type:
          - string
          - 'null'
      - name: variables
        in: query
        example: {}
        required: false
        schema:
          additionalProperties:
            type: boolean
          type:
          - object
          - 'null'
      operationId: getApiGraphql
    servers:
    - url: https://passivelogic.com/api/
      description: Base URL declared by the provider in apis.yml (roadmap#122).
  /api/graphqlSubscribe:
    get:
      operationId: getApiGraphqlSubscribe
      summary: GraphQL API over websocket.
      tags:
      - GraphQL
      description: 'Serves the GraphQL API over websockets to support streaming results like subscriptions.


        The following sub-protocols are supported:

        - [graphql-transport-ws](https://github.com/enisdenjo/graphql-ws/blob/master/PROTOCOL.md)

        - [graphql-ws](https://github.com/apollographql/subscriptions-transport-ws/blob/master/PROTOCOL.md)'
      security:
      - Basic Auth - login: []
      - XSRF header: []
      - DEPRECATED - PL API Key: []
      - PL API Key: []
    servers:
    - url: https://passivelogic.com/api/
      description: Base URL declared by the provider in apis.yml (roadmap#122).
components:
  schemas:
    GraphQLRequest:
      properties:
        variables:
          type:
          - object
          - 'null'
          additionalProperties:
            type: boolean
        operationName:
          type:
          - string
          - 'null'
        query:
          type: string
      required:
      - query
      type: object
    GraphQLResult:
      properties:
        data:
          type:
          - boolean
          - 'null'
        errors:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/GraphQLError'
      type: object
    GraphQLError:
      properties:
        message:
          type: string
        extensions:
          type:
          - object
          - 'null'
          additionalProperties:
            type: boolean
        locations:
          items:
            $ref: '#/components/schemas/SourceLocation'
          type: array
        path:
          items:
            items:
              format: int64
              type: integer
            type: array
          type: array
      required:
      - locations
      - message
      - path
      type: object
    SourceLocation:
      properties:
        column:
          type: integer
          format: int64
        line:
          type: integer
          format: int64
      required:
      - column
      - line
      type: object
  securitySchemes:
    XSRF_header:
      in: header
      description: Authentication using an XSRF protected JWT
      name: X-PL-AUTH
      type: apiKey
    Basic_Auth_-_login:
      description: Basic authentication used only at login.
      scheme: basic
      type: http
    PL_API_Key:
      in: header
      description: PL API Key in header
      name: PL-API-KEY
      type: apiKey
    DEPRECATED_-_PL_API_Key:
      in: header
      description: DEPRECATED - PL API Key in Bearer header
      name: 'Authorization: PL-API-KEY'
      type: apiKey
x-refined-from:
- passivelogic-graphql-api-openapi.yml
- passivelogic-rest-api-openapi.yml