Articles
Get Article / Item
Retrieve a single article or collection item by ID or slug.
GET
Get Article / Item
Endpoints
Articlesare available on all plans.- Additional non-article collections require the
Authorityplan.
- Skayle content ID
- Content slug
Query parameters
| Parameter | Type | Description |
|---|---|---|
_fields | string | Comma-separated attribute field filter |
include | string | Include related resources (categories,tags,authors) |
Example request (root article)
Example request (collection item)
Example response
Error responses
Content not found
Response field descriptions
| Field | Type | Description |
|---|---|---|
data.id | string | Content ID |
data.type | string | Resource type (articles for root feed, items for non-article collections) |
data.attributes.title | string | Content title |
data.attributes.slug | string | Content slug |
data.attributes.excerpt | string | null | Summary text |
data.attributes.content | string | Content body |
data.attributes.content_html | string | null | Rendered HTML |
data.attributes.comparison_screenshots | array | Competitor screenshot metadata for comparison sections |
data.attributes.status | string | Content status (published, draft, scheduled) |
data.attributes.author | string | null | Display author name |
data.attributes.created_at | string | ISO datetime |
data.attributes.updated_at | string | ISO datetime |
data.relationships | object | Linked taxonomy references |
included[] | array | Optional included resources |
Notes
- Path supports either a content ID or slug.
/posts/:id-or-slugremains backward-compatible.- For comparison posts,
content_htmlmay include embedded<img>tags directly below competitorH2headings, andcomparison_screenshotsreturns structured capture metadata.
Get Article / Item