Sample API Queries
Copy these to your RESTful interface or spreadsheet with the XBRL Filed Data add-in installed and authenticated, or login and click any linked query to display it in a web browser. Description Query string Filing Results page queries https://api.xbrl.us/api/v1/report/search?fields=report.id,report.entity-name,report.filing-date,report.base-taxonomy,report.document-type,report.accession,entity.ticker,report.sic-code,entity.cik,report.entry-type,report.period-end,report.sec-url,report.checks-run,report.accepted-timestamp.sort(DESC),report.limit(20),report.offset(0) and https://api.xbrl.us/api/v1/assertion/search?fields=assertion.severity,assertion.type,assertion.code,assertion.detail,report.id,report.filing-date,assertion.effective_date&assertion.source=DQC&report.id={list-of-report-ids}* * returned from /report query Center for Data Quality Software Certification page query https://api.xbrl.us/api/v1/assertion/search?assertion.source=DQC&fields=report.accession,entity.*,report.document-type,report.filing-date.sort(DESC),assertion.code,assertion.type, […more]