Skip to main content
GET
/
packages
/
{package}
/
releases
{
  "results": [
    {
      "created_by": "<string>",
      "created_on": "2023-11-07T05:31:56Z",
      "last_modified_by": "<string>",
      "last_modified_on": "2023-11-07T05:31:56Z",
      "package": "<string>",
      "published_on": "2023-12-25",
      "title": "<string>",
      "version": "<string>",
      "$schema": "<string>",
      "description": "<string>"
    }
  ],
  "$schema": "<string>",
  "pagination": {
    "continue": "<string>"
  }
}

Query Parameters

continue
string

Continuation token value (used when retrieving the next page of results). Continuation token value (used when retrieving the next page of results).

n
integer<int64>

Number of records to show per page of results. Number of records to show per page of results.

Required range: 0 <= x <= 100
filter
string

Record filter. Record filter.

Response

OK

results
object[] | null
required
$schema
string<uri>

A URL to the JSON Schema for this object.

pagination
object