GET
/
api
/
v1
/
articles
/
{article}
curl --request GET \
  --url https://rankyak.com/api/v1/articles/{article} \
  --header 'X-Api-Key: <api-key>'
{
  "id": 123,
  "slug": "<string>",
  "excerpt": "<string>",
  "title": "<string>",
  "meta_title": "<string>",
  "meta_description": "<string>",
  "html": "<string>",
  "markdown": "<string>",
  "publish_at": "2023-11-07T05:31:56Z",
  "published_at": "2023-11-07T05:31:56Z"
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

article
integer
required

Response

200
application/json

Successful operation

The response is of type object.