Getting a Specific Advisory by Integer ID

Use the following code to get a specific advisory by integer id (not guaranteed to be consecutive):

curl -H "Authorization: Token REPLACE_WITH_YOUR_TOKEN" -H "Content-Type: application/json" https://api.app.secunia.com/api/advisories/175867/

... or, by a unique Secunia Identifier:

curl -H "Authorization: Token REPLACE_WITH_YOUR_TOKEN" -H "Content-Type: application/json" https://api.app.secunia.com/api/advisories/SA69295/

This example queries only for a specific advisory based on its “id” (or its unique identifier - SAID) taken from the list of advisories on a previous JSON result.

Note:The content of an individual response is different than the list offered on the root of the endpoint as there is more information available on an individual level.

You can also make POST requests for the endpoints that support it (you have a request builder on the browsable interface). For example, you can use POST on the /api/tickets/ endpoint to create or update new tickets.

All endpoints have documentation text built-in on each page that you can view by clicking Toggle full documentation, where you can find all the filters and parameters you can use to build your queries.

You can also find this information under the appropriate section in this API User Guide:

Research Module API Information
Assessment Module API Information
Patching Module API  Information
Settings Module API Information