/arstechnica/articles/search

POST /api/arstechnica/articles/search

Price: 10 credits

Search and browse the Ars Technica archive back to 1998. Combine a full-text query with section, topic-tag, editorial-series and author filters, publish and update date ranges and the sort order. Each result carries headline, dek, publish and update timestamps, the credited writer, the resolved taxonomy terms and the featured image.

How to use it

List Ars Technica articles. Set count for how many to return. Filter with keyword (full text, narrowed to the headline, the body or the excerpt with keyword_fields), categories/tags/series/feature_series and their _exclude twins (slugs from arstechnica/categories/search), authors (slugs like 'ryanwhitwam' or numeric ids), articles (fetch specific articles by id, slug or URL in one call) and their _exclude twins, and the published_after/published_before/updated_after/updated_before ISO 8601 UTC ranges, which line up with the published_at and updated_at values in the result. authors_exclude and articles_exclude narrow their own include list when both are sent, so authors=['a','b'] with authors_exclude=['b'] returns only a, and excluding everything you included returns nothing. taxonomy_relation switches the taxonomy filters between AND and OR. sort accepts date, modified, relevance (only meaningful together with keyword), title, slug, id or author; order is asc or desc. Each item has id, article_title, alias, web_url, excerpt, published_at, updated_at, author, image, image_id and taxonomy terms — pass id or web_url to arstechnica/articles for the full body, the kicker and the comment count.

Parameters

Request body

Response

Errors

Response headers