Physics article search, journal browse, abstracts, and citation metadata.
Article Search
ASYNCREADNo auth
Returns articles matching a term with access-type filters, sort order, and pagination.
ParametersFormJSON
Search keyword or phrase (maps to terms= query param)
Access filter such as open-access or all content
Sort order for results (e.g. newest, relevance)
Next page index for pagination
Previous page index for pagination
Current results page number
Date range filter for search results
Number of results per page
cost: 2 credits · 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_iopscience_iop_org_search_results", "params": { "search_term": "quantum", "access_type": "open-access", "order_by": "newest", "next_page": "2", "previous_page": "-1", "current_page": "1", "search_date_period": "anytime", "page_length": "10" } }'