<?php
// dump url:
// http://dumpz.org/1354395/
$data = json_decode(file_get_contents('http://dumpz.org/api?dump=1354395'), true);
$print_r($data);
?>
Response example:
Array
(
[response] => Array
(
[dump_id] => 1354395
[language] => C++
[content] => highlighted code
[timestamp] => 2134642334
...
etc
...
)
)