ConsoleCatalog
Sign in
AP News logo

AP News

apnews.comNews Mediano auth

Wire news service - latest articles, sections, keyword search, and fact-checks.

Author Articles

ASYNCREADNo auth

Returns articles by a specific journalist.

ParametersFormJSON

Author name e.g. Matthew Lee, Zeke Miller

Relative time filter: 1d, 7d, 30d

Max articles to return, 1-100

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": "ap_author",
    "params": {
      "author": "Matthew"
    }
  }'