get externaluri source metadata
/externaluris/{uri}/source/metadata [GET]
API Support | Available since | Last updated | Output |
---|---|---|---|
5.9800 | 5.9909 | xml, json |
Description
Extract the metadata from the specified URL.
Parameters
Name | Description | Required | Type | Default |
---|---|---|---|---|
reload | true to reload the metadata cache (ignored for method=HEAD as not cached). | no | boolean | false |
method | The HTTP method for loading the URL (GET |HEAD ) | no | enum | GET |
Permission
Any authenticated user can invoke this service.
Response
The output has the following format:
<url-source-metadata url="https://en.wikipedia.org/wiki/Wikipedia:Example" status="[ok|warning|has_error|internal|invalid_host|malformed| not_found|ps_source|redirect|requires_authentication| unreachable|unsupported_scheme|virtual]" retrieved="2019-10-08T15:06:08+11:00" title="Wikipedia:Example - Wikipedia" description="" image="" icon="https://en.wikipedia.org/static/apple-touch/wikipedia.png" site-name="en.wikipedia.org" canonical="" [url-type=""] [error=""]> <meta name="..." value="..."/> ... </url-source-metadata>
Error Handling
No specific errors expected for this service.