{"info":{"_postman_id":"46d2362c-6d3e-4a2f-abb1-a3d3905e409f","name":"Onion Crawler API","description":"<html><head></head><body><p>Exposes the Onion Crawler DB using API</p>\n<ul>\n<li>Paginated</li>\n<li>Sort on basis of latency</li>\n<li>Search using Keyword</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"9118595","collectionId":"46d2362c-6d3e-4a2f-abb1-a3d3905e409f","publishedId":"TVCiUS16","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-09-07T13:41:43.000Z"},"item":[{"name":"https://ocapi2.herokuapp.com/v1/data","id":"3d022daa-f15c-48a9-9f92-0fcb381180bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"skip\": 10,\r\n    \"limit\": 15,\r\n    \"order\": -1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://ocapi2.herokuapp.com/v1/data","description":"<p>This Endpoint exposes the complete DB</p>\n","urlObject":{"protocol":"https","path":["v1","data"],"host":["ocapi2","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d022daa-f15c-48a9-9f92-0fcb381180bb"},{"name":"https://ocapi2.herokuapp.com/v1/data/search","id":"ff1b8f65-0de9-46c9-92f7-b0879c725f2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"keyword\": \"Wiki\",\r\n    \"skip\": 0,\r\n    \"limit\": 5,\r\n    \"order\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://ocapi2.herokuapp.com/v1/data/search","description":"<p>This Endpoint exposes DB where searched Keyword matches the Keyword provided by a Page.</p>\n<p>Note: Not all Pages have Keywords mentioned in their MetaData</p>\n","urlObject":{"protocol":"https","path":["v1","data","search"],"host":["ocapi2","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ff1b8f65-0de9-46c9-92f7-b0879c725f2d"}]}