Lookup

Returns the uberblic resource URI for a given web resource URI.

Request
URL: http://platform.uberblic.org/api/v1/lookup
Parameters:

  • q – URI/URL of the original web resource / document.

Example
http://platform.uberblic.org/api/v1/lookup?q=http://en.wikipedia.org/wiki/London

Response

{
"fused_resource":
[
	{
		"type":"global_uri",
		"uri":"http:\/\/uberblic.org\/resource\/d638d0dd-907b-4e40-af88-7e143606b0b8#thing",
		"source_uri":"http:\/\/de.wikipedia.org\/wiki\/London"
	},
	{
		"type":"local_uri",
		"uri":"http:\/\/uberblic.org\/resource\/105e7348-0939-40bd-ae11-fbea5f544eaf#thing",
		"source_uri":"http:\/\/sws.geonames.org\/2643743\/"
	},
	{
		"type":"local_uri",
		"uri":"http:\/\/uberblic.org\/resource\/24f4d35f-86b3-4e5f-b14e-27b65f594b2d#thing",
		"source_uri":"http:\/\/en.wikipedia.org\/wiki\/London"
	}
]
}

Write a comment