Via the handle.net docs: https://www.handle.net/proxy_servlet.html
curl https://hdl.handle.net/api/handles/20.1000/113
{
"responseCode": 1,
"handle": "20.1000/113",
"values": [
{
"index": 1,
"type": "URL",
"data": {
"format": "string",
"value": "http://www.handle.net/tech_manual/HN_Tech_Manual_9.pdf"
},
"ttl": 86400,
"timestamp": "2018-05-22T21:20:37Z"
},
{
"index": 100,
"type": "HS_ADMIN",
"data": {
"format": "admin",
"value": {
"handle": "0.NA/20.1000",
"index": 200,
"permissions": "011111110011"
}
},
"ttl": 86400,
"timestamp": "2018-05-22T21:20:37Z"
}
]
}
curl https://hdl.handle.net/api/handles/4263537/4000
{
"responseCode": 1,
"handle": "4263537/4000",
"values": [
{
"index": 100,
"type": "HS_ADMIN",
"data": {
"format": "admin",
"value": {
"handle": "0.NA/4263537",
"index": 200,
"permissions": "011111111111",
"legacyByteLength": true
}
},
"ttl": 86400,
"timestamp": "2015-04-03T21:20:22Z"
},
{
"index": 1,
"type": "URL",
"data": {
"format": "string",
"value": "http://www.handle.net/index.html"
},
"ttl": 86400,
"timestamp": "2015-04-03T21:20:22Z"
},
{
"index": 2,
"type": "EMAIL",
"data": {
"format": "string",
"value": "hdladmin@cnri.reston.va.us"
},
"ttl": 86400,
"timestamp": "2015-04-03T21:20:22Z"
}
]
}
Via the handle.net docs: https://www.handle.net/proxy_servlet.html
{ "responseCode": 1, "handle": "20.1000/113", "values": [ { "index": 1, "type": "URL", "data": { "format": "string", "value": "http://www.handle.net/tech_manual/HN_Tech_Manual_9.pdf" }, "ttl": 86400, "timestamp": "2018-05-22T21:20:37Z" }, { "index": 100, "type": "HS_ADMIN", "data": { "format": "admin", "value": { "handle": "0.NA/20.1000", "index": 200, "permissions": "011111110011" } }, "ttl": 86400, "timestamp": "2018-05-22T21:20:37Z" } ] }{ "responseCode": 1, "handle": "4263537/4000", "values": [ { "index": 100, "type": "HS_ADMIN", "data": { "format": "admin", "value": { "handle": "0.NA/4263537", "index": 200, "permissions": "011111111111", "legacyByteLength": true } }, "ttl": 86400, "timestamp": "2015-04-03T21:20:22Z" }, { "index": 1, "type": "URL", "data": { "format": "string", "value": "http://www.handle.net/index.html" }, "ttl": 86400, "timestamp": "2015-04-03T21:20:22Z" }, { "index": 2, "type": "EMAIL", "data": { "format": "string", "value": "hdladmin@cnri.reston.va.us" }, "ttl": 86400, "timestamp": "2015-04-03T21:20:22Z" } ] }