Field Order:
It is possible to customize the fields returned from the cdx server using the fl= param.
Simply pass in a comma separated list of fields and only those fields will be returned:
The following returns only the timestamp and mimetype fields with the header ["timestamp","mimetype"]:
http://web.archive.org/cdx/search/cdx?url=archive.org&fl=timestamp,mimetype&output=json
If omitted, all the available fields are returned by default.
Valid options (in the order of which they appear by default): key, timestamp, url, mimetype, statuscode, digest, flags, length, offset, filename.
|
Example:
key |
timestamp |
url |
mimetype |
statuscode |
digest |
flags |
org,archive)/ |
19970126045828 |
http://www.archive.org:80/ |
text/html |
200 |
Q4YULN754FHV2U6Q5JUT6Q2P57WEWNNY |
1415 |
key
timestamp
url
mimetype
statuscode
digest
flags
|