ConsoleCatalog
Sign in
DEV Community logo

DEV Community

dev.toDeveloper Toolsno auth

Articles by tag, full content, popular tags, and user profiles.

Article Details

ASYNCREADNo auth

Returns the full article with body, tags, reactions, comments count, and author info.

ParametersFormJSON

Article ID or username/slug. e.g. "2437167"

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "dt_article_details",
    "params": {
      "id": "123456"
    }
  }'