ConsoleCatalog
Sign in
7x7 logo

7x7

7x7.comNews Mediano auth

Bay Area news site - local events, article listings, and city guides.

City Guide Details

ASYNCREADNo auth

Returns a full article's title, date, section, body, and author.

ParametersFormJSON

URL slug segment before the trailing numeric article id (e.g. inner-richmond-san-francisco-guide)

Trailing numeric article id from the 7x7 article URL

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": "act_7x7_city_guide_detail",
    "params": {
      "article_slug": "inner-richmond-san-francisco-guide",
      "article_id": "1787127895"
    }
  }'