Skip to content

Entity Lookup

OpenAPI definition

json
{
  "openapi": "3.1.0",
  "info": {
    "title": "Entities API",
    "version": "1.0"
  },
  "servers": [
    {
      "url": "https://api.feedly.com/v3/entities"
    }
  ],
  "components": {
    "securitySchemes": {
      "sec0": {
        "type": "apiKey",
        "in": "header",
        "name": "Authorization",
        "x-bearer-format": "bearer"
      }
    }
  },
  "security": [
    {
      "sec0": []
    }
  ],
  "paths": {
    "/{entityId}": {
      "get": {
        "summary": "Entity Lookup",
        "description": "",
        "operationId": "entity-lookup",
        "parameters": [
          {
            "name": "entityId",
            "in": "path",
            "description": "(Must be URL encoded)",
            "schema": {
              "type": "string",
              "default": "nlp%2Ff%2Fentity%2Fgz%3Aorg%3Aapple"
            },
            "required": true
          }
        ],
        "responses": {
          "200": {
            "description": "200",
            "content": {
              "application/json": {
                "examples": {
                  "Result": {
                    "value": "{}"
                  }
                },
                "schema": {
                  "type": "object",
                  "properties": {}
                }
              }
            }
          },
          "400": {
            "description": "400",
            "content": {
              "application/json": {
                "examples": {
                  "Result": {
                    "value": "{}"
                  }
                },
                "schema": {
                  "type": "object",
                  "properties": {}
                }
              }
            }
          }
        },
        "deprecated": false
      }
    }
  },
  "x-readme": {
    "headers": [],
    "explorer-enabled": true,
    "proxy-enabled": true
  },
  "x-readme-fauxas": true,
  "_id": "655693b2a3fad70012606ec2:6716b9d33932ca00607289a1"
}