v1

latestOpenAPI 3.0.12026-07-26131186.5 KB
Prospects

Search Technologies

Search the technology catalog for names and slugs accepted by the Prospect API technologies filter.

get/api/meta/technology_autocomplete

Query parameters

querystring required
Example:aws

Technology name or slug prefix. Must be a non-blank string containing at least 3 characters.

Response

successful

Example response

{
  "status": {
    "code": 200
  },
  "data": [
    {
      "slug": "amazon-web-services",
      "name": "Amazon Web Services (AWS)"
    }
  ]
}