Skip to main content

Get Article Detail

HTTP request Returns the localized body and complete metadata of a Web3 article.

This endpoint is available only to allowlisted UIDs. To request access, please contact WEEX BD.

  • GET /api/v3/content/articles/detail

Weight(IP): 1

Request headers

HeaderRequiredDescription
localeNoContent locale used for localized content and articleUrl. Default: en_US. Supported values: ar_AR, az_AZ, de_DE, en_US, es_419, es_AR, es_ES, fa_IR, fr_FR, in_ID, it_IT, ja_JP, pl_PL, pt_BR, pt_PT, ru_RU, uk_UK, vi_VN, zh_CN, zh_TW.

Request parameters

ParameterTypeRequiredApplies toDescription
sectionStringYesAllOne value: wiki, news, learn, or questions.
documentIdStringConditionalAllDocument ID. Takes precedence when both IDs are supplied.
v4IdStringConditionalAllLegacy-compatible ID. At least one of documentId and v4Id is required.
populateThumbnailBooleanNowiki, news, learnWhether to return thumbnail. Default: false. Ignored for questions.
populateTagListsBooleanNowiki, learn, questionsWhether to return tagLists. Default: false. Ignored for news.
populateCoinsBooleanNoAllWhether to return coinsMaps. Default: false.

Request example

curl "https://api-spot.weex.com/api/v3/content/articles/detail?section=wiki&documentId=p9k2hraavuh05kfwq4ctsz84&populateThumbnail=true&populateTagLists=true&populateCoins=true" \
-H "ACCESS-KEY:*******" \
-H "ACCESS-SIGN:*******" \
-H "ACCESS-PASSPHRASE:*****" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale: en_US" \
-H "Content-Type: application/json"

Response parameters

The detail response includes every field documented in Get Article List, plus:

FieldTypeApplies toDescription
bodyStringAllHTML body. The content field from learn is mapped to body.
articleUrlStringAllWEEX article URL generated by the server.

Response example

{
"id": 4960955,
"documentId": "p9k2hraavuh05kfwq4ctsz84",
"v4Id": null,
"section": "wiki",
"title": "iShares Core MSCI EAFE Tokenized ETF (Ondo) Price Prediction",
"summary": "This article provides a market outlook and price prediction for IEFAON.",
"contentKey": null,
"enabled": true,
"enabledDate": 1780993402765,
"category": "price-prediction",
"imgCategory": "Price Prediction",
"link": null,
"sourceSite": null,
"outerPic": null,
"originalSourceUrl": null,
"priority": null,
"date": null,
"level": null,
"outerId": "wordPress_wiki_130881263710491",
"outerLocaleId": 130881263710491,
"sourceLang": null,
"titleEn": "iShares Core MSCI EAFE Tokenized ETF (Ondo) Price Prediction",
"translation": true,
"translationStatus": "Translated",
"thumbnail": null,
"tagLists": [],
"coinsMaps": [],
"publishedAt": 1780993501641,
"createdAt": 1780993356022,
"updatedAt": 1780993519507,
"body": "<p>This article provides a full analysis of the market outlook.</p>",
"articleUrl": "https://www.weex.com/wiki/article/ishares-core-msci-eafe-tokenized-etf-ondo-price-prediction-p9k2hraavuh05kfwq4ctsz84"
}