shell> curl --dump - http://localhost:8529/_api/gharial HTTP/1.1 200 OK content-type: application/json; charset=utf-8 { "error" : false, "graphs" : [ { "_key" : "routeplanner", "_id" : "_graphs/routeplanner", "_rev" : "_UWx8Sha---", "orphanCollections" : [ ], "edgeDefinitions" : [ { "collection" : "germanHighway", "from" : [ "germanCity" ], "to" : [ "germanCity" ] }, { "collection" : "frenchHighway", "from" : [ "frenchCity" ], "to" : [ "frenchCity" ] }, { "collection" : "internationalHighway", "from" : [ "frenchCity", "germanCity" ], "to" : [ "frenchCity", "germanCity" ] } ] }, { "_key" : "social", "_id" : "_graphs/social", "_rev" : "_UWx8SRS---", "orphanCollections" : [ ], "edgeDefinitions" : [ { "collection" : "relation", "from" : [ "female", "male" ], "to" : [ "female", "male" ] } ] } ], "code" : 200 }