Skip to content

blog-post-by-slug

GET
/api/v1/blog/posts/{slug}
curl --request GET \
--url https://trongas.ai/api/v1/blog/posts/example
slug
required
string
locale
string

OK

object
slug
required
string
title
required
string
excerpt
required
string
coverImageUrl
required
null | string
categorySlug
required
string
categoryName
required
string
contentJson
required
string
publishedAt
required
string format: date-time
metaTitle
required
null | string
metaDescription
required
null | string
isTranslated
required
boolean

Not Found

object
type
null | string
title
null | string
status
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
detail
null | string
instance
null | string