{"info":{"_postman_id":"ec593860-c4e7-4ab0-8cf1-bfb7397c7ae9","name":"crimeScan-risk/exact","description":"<html><head></head><body><p><strong>HTTP POST</strong></p>\n<p><a href=\"https://prod.crimescan.ai/v1/crime_search/risk/exact/search\">https://prod.crimescan.ai/v1/crime_search/risk/exact/search</a></p>\n<p><strong>Function</strong>: search<br><strong>Parameters</strong> : name, address, father_name, dob, case_category, type<br><strong>Output Type</strong> : JSON</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>name</strong></td>\n<td><strong>name of person</strong></td>\n<td><strong>required</strong></td>\n</tr>\n<tr>\n<td><strong>address</strong></td>\n<td><strong>full address recommended</strong></td>\n<td><strong>required Address can be broken down into address, state and pincode. This is advised but not required. Example : \"address\":\"250h, banjara hills, hyderabad,Telegana,500005\"</strong></td>\n</tr>\n<tr>\n<td><strong>father_name</strong></td>\n<td><strong>father's name of the person</strong></td>\n<td><strong>optional</strong></td>\n</tr>\n<tr>\n<td><strong>dob</strong></td>\n<td><strong>date of birth of candidate</strong></td>\n<td><strong>optional</strong></td>\n</tr>\n<tr>\n<td><strong>case_category</strong></td>\n<td><strong>“civil” , “criminal”</strong></td>\n<td><strong>by default check for both</strong></td>\n</tr>\n<tr>\n<td><strong>type</strong></td>\n<td><strong>\"petitioner\" , \"respondent\"</strong></td>\n<td><strong>by default check for both</strong></td>\n</tr>\n<tr>\n<td><strong>pdf_report</strong></td>\n<td>1 =&gt; result with pdf report  <br>0 =&gt; result without pdf report</td>\n<td>by default set to 0</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Example:</strong></p>\n<p>curl -XPOST</p>\n<p>-H \"Content-Type: application/json\"<br>-H \"Authorization: Bearer xxxxxxxxxxxxxx\"<br>-d '{<br>\"name\": \"Gobinda Arik\",<br>\"father_name\": \"Jalandhar\",<br>\"address\": \"House no 3, Block Dakshin Gopalnagar, South 24, Parganas\",<br>\"case_category\": \"\",<br>\"source\": \"ecourt\"<br>}'<a href=\"https://prod.crimescan.ai/v1/crime_search/risk/exact/search\">https://prod.crimescan.ai/v1/crime_search/risk/exact/search</a></p>\n<p><strong>Response:</strong></p>\n<p><strong>If successfull</strong></p>\n<p>{</p>\n<p>\"status\": 1,</p>\n<p>\"cs_id\": \"1a821e9c45c00086a813f\"</p>\n<p>}</p>\n<p><strong>If unsuccessfull</strong></p>\n<p>{</p>\n<p>\"status\" : 0,</p>\n<p>\"error_message\" : \"Authentication failed\"</p>\n<p>}</p>\n<p><strong>HTTP Status Codes:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>HTTP Codes</th>\n<th><strong>Explanation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>ok</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Incorrect Input, Invalid Verify Id, Search type can be entity or individual</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Authentication Failed</td>\n</tr>\n<tr>\n<td>503</td>\n<td>Search server overload</td>\n</tr>\n<tr>\n<td>500</td>\n<td>Server Error: The server encountered an unexpected condition or encountered an error while processing the request. Please try again later</td>\n</tr>\n<tr>\n<td>422</td>\n<td>Unprocessable Entity</td>\n</tr>\n<tr>\n<td>429</td>\n<td>Too many requests</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"30522218","collectionId":"ec593860-c4e7-4ab0-8cf1-bfb7397c7ae9","publishedId":"2s9YRB1rgX","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"4169e1"},"publishDate":"2023-10-20T05:04:39.000Z"},"item":[{"name":"search","item":[{"name":"/risk/exact/search","id":"d290d68d-98ce-4230-9ae5-b217edc963b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Mayank Raaju\",\n    \"father_name\": \"Vijender Kumar\",\n    \"address\": \"Molarband Ext, Badarpur, New Delhi\",\n    //\"type\":\"petitioner\"\n    \"pdf_report\":1\n}","options":{"raw":{"language":"json"}}},"url":"https://prod.crimescan.ai/v1/crime_search/risk/exact/search","description":"<p>This API retrieves results based on exact match criteria, presenting both the risk category and case details from the source site in JSON format.</p>\n","urlObject":{"protocol":"https","path":["v1","crime_search","risk","exact","search"],"host":["prod","crimescan","ai"],"query":[],"variable":[]}},"response":[{"id":"9015b9c8-86b3-4e58-910f-11d618c903c9","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Ajeet Chavan\",\n    \"father_name\": \"Sakharam Chavan\",\n    \"address\": \"Godrej Platinum Tower 1 902 19th floor B-4 Phirojsha Nagar Vikhroli East 400079\",\n    \"dob\": \"31-10-1966\"\n}","options":{"raw":{"language":"json"}}},"url":"https://prod.crimescan.ai/v1/crime_search/risk/exact/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Mar 2024 13:53:45 GMT"},{"key":"Server","value":"Apache/2.4.7 (Ubuntu)"},{"key":"Content-Length","value":"60"},{"key":"Content-Type","value":"application/json"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"cs_id\": \"65fc3be96eb4b7ba395e0d10__risk__exact\"\n}"},{"id":"b58f06de-fb3a-4101-8bb2-8c0aee3da6b0","name":"failure","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Gobinda Ari\",\n    \"father_name\": \"Jalandhar\",\n    \"address\": \"House no 3, Block Dakshin Gopalnagar, South 24, Parganas\",\n    \"case_category\": \"\",\n    \"source\": \"ecourt\",\n      \n     \n}","options":{"raw":{"language":"json"}}},"url":"https://prod.crimescan.ai/v1/crime_search/risk/exact/search"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 19 Oct 2023 14:29:14 GMT"},{"key":"Server","value":"Apache/2.4.7 (Ubuntu)"},{"key":"Content-Length","value":"62"},{"key":"Content-Type","value":"application/json"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d290d68d-98ce-4230-9ae5-b217edc963b1"}],"id":"2175e804-0c93-4c21-a645-cd58c2151fe1","_postman_id":"2175e804-0c93-4c21-a645-cd58c2151fe1","description":""},{"name":"result","item":[{"name":"/crime_search/results","id":"926b33b9-22eb-4da7-a736-c19e3cff6aa3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"cs_id\": \"68ac82628d517edf53b9456e\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://prod.crimescan.ai/v1/crime_search/results","urlObject":{"protocol":"https","path":["v1","crime_search","results"],"host":["prod","crimescan","ai"],"query":[],"variable":[]}},"response":[{"id":"8999b6ab-e515-41b5-bd87-8fad90a1a336","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"cs_id\": \"65fc3be96eb4b7ba395e0d10__risk__exact\"\n}","options":{"raw":{"language":"json"}}},"url":"https://prod.crimescan.ai/v1/crime_search/results"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Mar 2024 13:53:57 GMT"},{"key":"Server","value":"Apache/2.4.7 (Ubuntu)"},{"key":"Content-Length","value":"31710"},{"key":"Content-Type","value":"application/json"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"total\": 15,\n    \"cases\": [\n        {\n            \"address\": \"\",\n            \"algo_risk\": \"average risk\",\n            \"all_candidates\": [\n                \"shree pawankumar gulabchand jain\"\n            ],\n            \"business_category\": \"\",\n            \"case_category\": \"criminal\",\n            \"case_decision_date\": \"20-02-2008\",\n            \"case_filter\": \"\",\n            \"case_id\": \"de50fcbd0245f99ad4721a6b71c933a0\",\n            \"case_no\": \"200808004352008\",\n            \"case_status\": \"CASE DISPOSED\",\n            \"case_type\": \"NOTICE OF MOTION\",\n            \"case_type_code\": \"\",\n            \"case_type_name\": \"\",\n            \"case_year\": \"2008\",\n            \"cnr\": \"\",\n            \"condition\": \"FUZZY_FATHER_DISTRICT\",\n            \"court_code\": \"4\",\n            \"court_complex_code\": \"1010264\",\n            \"court_name\": \"City Civil Court Mumbai (Civil)\",\n            \"custom_dist_code\": \"00210017\",\n            \"custom_state_code\": \"0021\",\n            \"decision_date\": \"20-02-2008\",\n            \"dist_code\": \"23\",\n            \"dist_match\": \"not_resolved\",\n            \"dist_name\": \"Mumbai\",\n            \"father_match_type\": \"PARTIAL_EXACT\",\n            \"father_name\": \"\",\n            \"father_name_match_tokens\": 1,\n            \"father_name_score\": 91,\n            \"filing_date\": \"28-02-2008\",\n            \"filing_no\": \"800435/2008\",\n            \"filing_year\": \"2008\",\n            \"fir_no\": \"\",\n            \"fir_year\": \"\",\n            \"first_hearing_date\": \"28-02-2008\",\n            \"flexi_only\": true,\n            \"id\": \"03e598dc4bf34baee50f7eae1bd3fa78\",\n            \"jurisdiction\": true,\n            \"jurisdiction_type\": \"DISTRICT\",\n            \"link\": \"https://verify24x7.in/live/casehtml3.php?link=http%3A%2F%2Fecourts.gov.in%2Fservices%2Fcases%2Fo_civil_case_history.php%3Fcase_no%3D200808004352008%26frmAction%3Dmodify%26dist_code%3D23%26court_code%3D4%26state_code%3D1%26state%3D%26state_cd%3D%26dist_cd%3D%26back%3Dcasetype&id=1-23-4\",\n            \"max_words_matched\": 2,\n            \"md5\": \"de50fcbd0245f99ad4721a6b71c933a0\",\n            \"meta_data\": {\n                \"father_cleaned_list\": [],\n                \"req_cleaned_list\": [],\n                \"res_cleaned_list\": [\n                    \"shri\"\n                ]\n            },\n            \"name\": \"shri ajit sakharam chavan\",\n            \"name_match_type\": \"EXACT_FUZZY\",\n            \"nature_of_disposal\": \"--JUDGMENT\",\n            \"old_filing_no\": \"800435/2008     Filing date: 28-02-2008\",\n            \"old_registration_no\": \"800435/2008     Registration date: 28-02-2008\",\n            \"oparty\": \"SHREE PAWANKUMAR GULABCHAND JAIN\",\n            \"order_link\": \"\",\n            \"partition\": 11,\n            \"police_station\": \"\",\n            \"purpose_of_hearing\": \"\",\n            \"raw_address\": \"\",\n            \"raw_name\": \"SHRI AJIT SAKHARAM CHAVAN  ORS\",\n            \"ref\": \"65fc3be96eb4b7ba395e0d10__risk__exact\",\n            \"ref_uniq_case_id\": \"03e598dc4bf34baee50f7eae1bd3fa78\",\n            \"registration_date\": \"28-02-2008\",\n            \"registration_no\": \"800435/2008\",\n            \"registration_year\": \"2008\",\n            \"score\": 88.83,\n            \"search_algo\": \"flexi_search\",\n            \"source\": \"ecourt\",\n            \"state_code\": \"1\",\n            \"state_match\": \"not_resolved\",\n            \"state_name\": \"Maharashtra\",\n            \"type\": 1,\n            \"under_acts\": \"---\",\n            \"under_sections\": \"---\",\n            \"uniq_case_id\": \"03e598dc4bf34baee50f7eae1bd3fa78\",\n            \"year\": \"\"\n        },\n        {\n            \"address\": \"SAI TRANSPORT, 10 324, TAGOR NAGAR, VIKHROLI E , NR. SANGLI BANK, MUMBAI 83\",\n            \"address_score\": 55,\n            \"algo_risk\": \"high risk\",\n            \"business_category\": \"Financial\",\n            \"case_category\": \"criminal\",\n            \"case_code\": \"200323048392008\",\n            \"case_filter\": \"POLICE_CASE\",\n            \"case_status\": \"CASE DISPOSED\",\n            \"case_type\": \"Ss casess  SS\",\n            \"case_type_code\": \"3\",\n            \"case_type_description\": \"\",\n            \"case_type_name\": \"Ss casess  SS - Summons Cases  SS\",\n            \"case_year\": \"2008\",\n            \"court_code\": 12,\n            \"court_name\": \"Chief Metropolitan Magistrate Esplanade Courts Mum\",\n            \"decision_date\": \"07-01-2009\",\n            \"dist_code\": 23,\n            \"dist_match\": \"match\",\n            \"dist_name\": \"Mumbai\",\n            \"falcon_score\": 83,\n            \"father_match_type\": \"PARTIAL_EXACT\",\n            \"father_name_match_tokens\": 1,\n            \"father_name_score\": 91,\n            \"fir_no\": \"0\",\n            \"first_hearing_date\": \"17-01-2009\",\n            \"flexi_search\": true,\n            \"id\": \"5419ca1b10a34203ec004870\",\n            \"is_district\": 1,\n            \"is_state\": 1,\n            \"jurisdiction\": true,\n            \"jurisdiction_type\": \"DISTRICT\",\n            \"link\": \"https://verify24x7.in/live/casehtml3.php?link=https%3A%2F%2Ffullhtml2.s3-us-west-2.amazonaws.com%2Fe0ec719ab5ea6253d086f925bfe35d1f&id=1-23-12\",\n            \"matched_address\": \"SAI TRANSPORT, 10 324, TAGOR NAGAR, VIKHROLI E , NR. SANGLI BANK, MUMBAI 83\",\n            \"matched_name\": \"AJIT SAKHARAM CHAVAN\",\n            \"max_words_matched\": 3,\n            \"md5\": \"e0ec719ab5ea6253d086f925bfe35d1f\",\n            \"name\": \"AJIT SAKHARAM CHAVAN\",\n            \"name_match_type\": \"EXACT_FUZZY\",\n            \"name_score\": 100,\n            \"nature_of_disposal\": \"Uncontested--Transfer\",\n            \"oparty\": \"M S  KOTAK MAHINDRA BNAK LIMITD THR  MR  RAJEEV TR\",\n            \"police_station\": \"\",\n            \"purpose_of_hearing\": \"\",\n            \"raw_address\": \"SAI TRANSPORT, 10 324, TAGOR NAGAR, VIKHROLI (E), NR. SANGLI BANK, MUMBAI 83\",\n            \"ref\": \"65fc3be96eb4b7ba395e0d10__risk__exact\",\n            \"registration_date\": \"15-11-2007\",\n            \"score\": 88.83,\n            \"search_algo\": \"flexi_search\",\n            \"source\": \"ecourt\",\n            \"state_code\": 1,\n            \"state_match\": \"match\",\n            \"state_name\": \"Maharashtra\",\n            \"total_name_match\": 3,\n            \"type\": 1,\n            \"under_acts\": \"N. I. Act\",\n            \"under_sections\": \"138\",\n            \"uniq_case_id\": \"139a64ce9681d99e206d2c54f8ea0b91\",\n            \"verifycode\": \"ACBA\",\n            \"words_matched\": [\n                \"vikhroli\"\n            ],\n            \"year\": \"0\"\n        },\n        {\n            \"address\": \"104, 10TH FLOOR, TOWER II, GODREJ GARDEN ENCLAVE, FIROZ SHAH NAGAR, VIKHROLI EAST, MUMBAI 400 079.\",\n            \"address_score\": 67,\n            \"algo_risk\": \"average risk\",\n            \"business_category\": \"\",\n            \"case_category\": \"civil\",\n            \"case_code\": \"202501001672015\",\n            \"case_filter\": \"\",\n            \"case_status\": \" CASE DISPOSED\",\n            \"case_type\": null,\n            \"case_type_description\": \"\",\n            \"case_year\": \"2015\",\n            \"cnr\": \"MHMM110020952015\",\n            \"court_code\": 1,\n            \"court_name\": \"Chief Metropolitan Magistrate Esplanade Courts Mum\",\n            \"decision_date\": \" 04th August 2015\",\n            \"dist_code\": 23,\n            \"dist_match\": \"match\",\n            \"dist_name\": \"Mumbai CMM Courts\",\n            \"falcon_score\": 90.19999999999999,\n            \"father_match_type\": \"PARTIAL_EXACT\",\n            \"fir_no\": null,\n            \"first_hearing_date\": \" 28th May 2015\",\n            \"id\": null,\n            \"is_district\": 0,\n            \"is_state\": 1,\n            \"jurisdiction\": true,\n            \"jurisdiction_type\": \"DISTRICT\",\n            \"link\": \"https://verify24x7.in/live/casehtml3.php?link=https%3A%2F%2Ffullhtml.s3-us-west-2.amazonaws.com%2F5c20be58b7b65631f9ff4fd8147de6fc&id=1-23-1\",\n            \"matched_address\": \"104, 10TH FLOOR, TOWER II, GODREJ GARDEN ENCLAVE, FIROZ SHAH NAGAR, VIKHROLI EAST, MUMBAI 400 079.\",\n            \"matched_name\": \"MR AJIT SAKHARAM CHAVAN AND ANR\",\n            \"max_words_matched\": 3,\n            \"md5\": \"5c20be58b7b65631f9ff4fd8147de6fc\",\n            \"name\": \"MR AJIT SAKHARAM CHAVAN AND ANR\",\n            \"name_match_type\": \"EXACT_FUZZY\",\n            \"name_score\": 100,\n            \"nature_of_disposal\": \" Uncontested--Order\",\n            \"oparty\": \"STATE BANK OF INDIA\",\n            \"order_link\": \"https://fullhtml2.s3.us-west-2.amazonaws.com/beb051122e9dccbb441d73f47c2e7ecc\",\n            \"police_station\": null,\n            \"purpose_of_hearing\": null,\n            \"raw_address\": \"     - 104, 10TH FLOOR, TOWER II, GODREJ GARDEN ENCLAVE, FIROZ SHAH NAGAR, VIKHROLI EAST, MUMBAI 400 079.\",\n            \"ref\": \"65fc3be96eb4b7ba395e0d10__risk__exact\",\n            \"score\": 90.19999999999999,\n            \"source\": \"ecourt\",\n            \"state_code\": 1,\n            \"state_match\": \"match\",\n            \"state_name\": \"Maharashtra\",\n            \"total_name_match\": 3,\n            \"type\": 1,\n            \"under_acts\": \"Securitisation and Reconstruction of Financial Assets  and Enforcement of Security Interest Act,2002\",\n            \"under_sections\": \"14\",\n            \"uniq_case_id\": \"1c4f1913a21252925d173ad71b2ed778\",\n            \"verifycode\": \"BCBA\",\n            \"words_matched\": [\n                \"godrej\",\n                \"vikhroli\",\n                \"east\"\n            ],\n            \"year\": \"2015\"\n        },\n        {\n            \"address\": \"NEW SAI AGENCY, 10 324, TAGOR NAGAR, VIKHROLI E , LM NEAR, SANGLI SAHAKARI BANK, MUMBAI 83\",\n            \"address_score\": 55,\n            \"algo_risk\": \"high risk\",\n            \"business_category\": \"Financial\",\n            \"case_category\": \"criminal\",\n            \"case_code\": \"200323049102007\",\n            \"case_filter\": \"POLICE_CASE\",\n            \"case_status\": \"CASE DISPOSED\",\n            \"case_type\": \"Ss casess  SS\",\n            \"case_type_code\": \"3\",\n            \"case_type_description\": \"\",\n            \"case_type_name\": \"Ss casess  SS - Summons Cases  SS\",\n            \"case_year\": \"2007\",\n            \"court_code\": 12,\n            \"court_name\": \"Chief Metropolitan Magistrate Esplanade Courts Mum\",\n            \"decision_date\": \"04-03-2012\",\n            \"dist_code\": 23,\n            \"dist_match\": \"match\",\n            \"dist_name\": \"Mumbai\",\n            \"falcon_score\": 83,\n            \"father_match_type\": \"PARTIAL_EXACT\",\n            \"father_name_match_tokens\": 1,\n            \"father_name_score\": 91,\n            \"fir_no\": \"0\",\n            \"first_hearing_date\": \"01-03-2008\",\n            \"flexi_search\": true,\n            \"id\": \"54648ff011f3ac32a4008f07\",\n            \"is_district\": 1,\n            \"is_state\": 1,\n            \"jurisdiction\": true,\n            \"jurisdiction_type\": \"DISTRICT\",\n            \"link\": \"https://verify24x7.in/live/casehtml3.php?link=https%3A%2F%2Ffullhtml2.s3-us-west-2.amazonaws.com%2F7f06f521a4d3d012d1fccb561988951e&id=1-23-12\",\n            \"matched_address\": \"NEW SAI AGENCY, 10 324, TAGOR NAGAR, VIKHROLI E , LM NEAR, SANGLI SAHAKARI BANK, MUMBAI 83\",\n            \"matched_name\": \"AJIT SAKHARAM CHAVAN\",\n            \"max_words_matched\": 3,\n            \"md5\": \"7f06f521a4d3d012d1fccb561988951e\",\n            \"name\": \"AJIT SAKHARAM CHAVAN\",\n            \"name_match_type\": \"EXACT_FUZZY\",\n            \"name_score\": 100,\n            \"nature_of_disposal\": \"Uncontested--Withdraw\",\n            \"oparty\": \"M S  KOTAK MAHINDRA BANK LIMITED THR  MR  RAJEEV T\",\n            \"police_station\": \"\",\n            \"purpose_of_hearing\": \"\",\n            \"raw_address\": \"NEW SAI AGENCY, 10 324, TAGOR NAGAR, VIKHROLI (E), LM NEAR, SANGLI SAHAKARI BANK, MUMBAI 83\",\n            \"ref\": \"65fc3be96eb4b7ba395e0d10__risk__exact\",\n            \"registration_date\": \"28-11-2007\",\n            \"score\": 88.83,\n            \"search_algo\": \"flexi_search\",\n            \"source\": \"ecourt\",\n            \"state_code\": 1,\n            \"state_match\": \"match\",\n            \"state_name\": \"Maharashtra\",\n            \"total_name_match\": 3,\n            \"type\": 1,\n            \"under_acts\": \"N. I. Act\",\n            \"under_sections\": \"138\",\n            \"uniq_case_id\": \"1df7247e7871e8ba1aca54397051562d\",\n            \"verifycode\": \"ACBA\",\n            \"words_matched\": [\n                \"vikhroli\"\n            ],\n            \"year\": \"0\"\n        },\n        {\n            \"address\": \"\",\n            \"algo_risk\": \"average risk\",\n            \"all_candidates\": [\n                \"shree pawankumar gulabchand jain\"\n            ],\n            \"business_category\": \"\",\n            \"case_category\": \"criminal\",\n            \"case_decision_date\": \"13-11-2007\",\n            \"case_filter\": \"\",\n            \"case_id\": \"a2d2b726250702c59dd09568d86f54fe\",\n            \"case_no\": \"200808036342007\",\n            \"case_status\": \"CASE DISPOSED\",\n            \"case_type\": \"NOTICE OF MOTION\",\n            \"case_type_code\": \"\",\n            \"case_type_name\": \"\",\n            \"case_year\": \"2007\",\n            \"cnr\": \"\",\n            \"condition\": \"FUZZY_FATHER_DISTRICT\",\n            \"court_code\": \"4\",\n            \"court_complex_code\": \"1010264\",\n            \"court_name\": \"City Civil Court Mumbai (Civil)\",\n            \"custom_dist_code\": \"00210017\",\n            \"custom_state_code\": \"0021\",\n            \"decision_date\": \"13-11-2007\",\n            \"dist_code\": \"23\",\n            \"dist_match\": \"not_resolved\",\n            \"dist_name\": \"Mumbai\",\n            \"father_match_type\": \"PARTIAL_EXACT\",\n            \"father_name\": \"\",\n            \"father_name_match_tokens\": 1,\n            \"father_name_score\": 91,\n            \"filing_date\": \"13-11-2007\",\n            \"filing_no\": \"803634/2007\",\n            \"filing_year\": \"2007\",\n            \"fir_no\": \"\",\n            \"fir_year\": \"\",\n            \"first_hearing_date\": \"13-11-2007\",\n            \"flexi_only\": true,\n            \"id\": \"3d949c464efe08e1417d5e41ec4750d7\",\n            \"jurisdiction\": true,\n            \"jurisdiction_type\": \"DISTRICT\",\n            \"link\": \"https://verify24x7.in/live/casehtml3.php?link=http%3A%2F%2Fecourts.gov.in%2Fservices%2Fcases%2Fo_civil_case_history.php%3Fcase_no%3D200808036342007%26frmAction%3Dmodify%26dist_code%3D23%26court_code%3D4%26state_code%3D1%26state%3D%26state_cd%3D%26dist_cd%3D%26back%3Dcasetype&id=1-23-4\",\n            \"max_words_matched\": 2,\n            \"md5\": \"a2d2b726250702c59dd09568d86f54fe\",\n            \"meta_data\": {\n                \"father_cleaned_list\": [],\n                \"req_cleaned_list\": [],\n                \"res_cleaned_list\": [\n                    \"shri\"\n                ]\n            },\n            \"name\": \"shri ajit sakharam chavan\",\n            \"name_match_type\": \"EXACT_FUZZY\",\n            \"nature_of_disposal\": \"Contested--DISMISSED\",\n            \"old_filing_no\": \"803634/2007     Filing date: 13-11-2007\",\n            \"old_registration_no\": \"803634/2007     Registration date: 13-11-2007\",\n            \"oparty\": \"SHREE PAWANKUMAR GULABCHAND JAIN\",\n            \"order_link\": \"\",\n            \"partition\": 11,\n            \"police_station\": \"\",\n            \"purpose_of_hearing\": \"\",\n            \"raw_address\": \"\",\n            \"raw_name\": \"SHRI AJIT SAKHARAM CHAVAN  ORS\",\n            \"ref\": \"65fc3be96eb4b7ba395e0d10__risk__exact\",\n            \"ref_uniq_case_id\": \"3d949c464efe08e1417d5e41ec4750d7\",\n            \"registration_date\": \"13-11-2007\",\n            \"registration_no\": \"803634/2007\",\n            \"registration_year\": \"2007\",\n            \"score\": 88.83,\n            \"search_algo\": \"flexi_search\",\n            \"source\": \"ecourt\",\n            \"state_code\": \"1\",\n            \"state_match\": \"not_resolved\",\n            \"state_name\": \"Maharashtra\",\n            \"type\": 1,\n            \"under_acts\": \"---\",\n            \"under_sections\": \"---\",\n            \"uniq_case_id\": \"3d949c464efe08e1417d5e41ec4750d7\",\n            \"year\": \"\"\n        },\n        {\n            \"address\": \"\",\n            \"algo_risk\": \"average risk\",\n            \"all_candidates\": [\n                \"l a f north ward health department\"\n            ],\n            \"business_category\": \"\",\n            \"case_category\": \"criminal\",\n            \"case_filter\": \"\",\n            \"case_id\": \"46640ee330232024b5e0ca322982c03a\",\n            \"case_no\": \"200341043692023\",\n            \"case_status\": \"\",\n            \"case_type\": \"Warrant or Summons Criminal Cases\",\n            \"case_type_code\": \"\",\n            \"case_type_name\": \"Warrant or Summons Criminal Cases\",\n            \"case_year\": \"2023\",\n            \"cnr\": \"MHMM210043062023\",\n            \"condition\": \"FUZZY_FATHER_DISTRICT\",\n            \"court_code\": \"11\",\n            \"court_complex_code\": \"1010266\",\n            \"court_name\": \"Metropolitan Magistrate, Shindewadi, Dadar, Mumbai\",\n            \"court_no_and_judge\": \"1-41th Court , Metropolitan Magistrate\",\n            \"court_number_and_judge\": \"1-41th Court , Metropolitan Magistrate\",\n            \"custom_dist_code\": \"00210017\",\n            \"custom_state_code\": \"0021\",\n            \"decision_date\": \"\",\n            \"dist_code\": \"23\",\n            \"dist_match\": \"not_resolved\",\n            \"dist_name\": \"Mumbai CMM Courts\",\n            \"father_match_type\": \"PARTIAL_EXACT\",\n            \"father_name\": \"\",\n            \"father_name_match_tokens\": 1,\n            \"father_name_score\": 91,\n            \"filing_date\": \"14-07-2023\",\n            \"filing_no\": \"1304397/2023\",\n            \"filing_year\": \"2023\",\n            \"fir_no\": \"\",\n            \"fir_year\": \"\",\n            \"first_hearing_date\": \"25th July 2023\",\n            \"flexi_only\": true,\n            \"id\": \"5a27eb26c0fe259a8ee41b543362b7d3\",\n            \"jurisdiction\": true,\n            \"jurisdiction_type\": \"DISTRICT\",\n            \"link\": \"https://verify24x7.in/live/casehtml3.php?link=https%3A%2F%2Fsisypheans.s3-ap-south-1.amazonaws.com%2F46640ee330232024b5e0ca322982c03a&id=1-23-11\",\n            \"max_words_matched\": 2,\n            \"md5\": \"46640ee330232024b5e0ca322982c03a\",\n            \"meta_data\": {\n                \"father_cleaned_list\": [],\n                \"req_cleaned_list\": [],\n                \"res_cleaned_list\": []\n            },\n            \"name\": \"ajit sakharam chavan\",\n            \"name_match_type\": \"EXACT_FUZZY\",\n            \"nature_of_disposal\": \"\",\n            \"next_hearing_date\": \"25th July 2023\",\n            \"oparty\": \"L.A F/NORTH/ WARD  HEALTH DEPARTMENT\",\n            \"order_link\": \"\",\n            \"partition\": 77,\n            \"police_station\": \"\",\n            \"purpose_of_hearing\": \"\",\n            \"raw_address\": \"\",\n            \"raw_name\": \"AJIT SAKHARAM CHAVAN\",\n            \"ref\": \"65fc3be96eb4b7ba395e0d10__risk__exact\",\n            \"ref_uniq_case_id\": \"5a27eb26c0fe259a8ee41b543362b7d3\",\n            \"registration_date\": \"14-07-2023\",\n            \"registration_no\": \"4104369/2023\",\n            \"registration_year\": \"2023\",\n            \"score\": 88.83,\n            \"search_algo\": \"flexi_search\",\n            \"source\": \"ecourt\",\n            \"state_code\": \"1\",\n            \"state_match\": \"not_resolved\",\n            \"state_name\": \"Maharashtra\",\n            \"type\": 1,\n            \"under_acts\": \"MMC Act 1888\",\n            \"under_sections\": \"394/471\",\n            \"uniq_case_id\": \"5a27eb26c0fe259a8ee41b543362b7d3\",\n            \"year\": \"\"\n        },\n        {\n            \"address\": \"\",\n            \"address_wc\": 0,\n            \"algo_risk\": \"average risk\",\n            \"artemis\": true,\n            \"bench\": \"Division\",\n            \"case_category\": \"civil\",\n            \"case_no\": \"200800051952022\",\n            \"case_type_code\": \"8\",\n            \"case_type_name\": \"CA(Civil Application)-8\",\n            \"case_year\": \"2022\",\n            \"causelist_name\": \"Daily Supplementary\",\n            \"cnr\": \"HCBM030080072022\",\n            \"coram\": \"2536HON'BLE SHRI JUSTICE RAVINDRA V. GHUGE , HON'BLE SHRI JUSTICE S. G. DIGE\",\n            \"court\": \"ecourt high court\",\n            \"court_code\": \"3\",\n            \"court_name\": \"Bench at Aurangabad\",\n            \"dist_code\": \"1\",\n            \"dist_match\": \"not_resolved\",\n            \"dist_name\": \"AURANGABAD\",\n            \"extra\": \"ecourt hc\",\n            \"f\": \"Pending\",\n            \"father_match_type\": \"NO_MATCH\",\n            \"father_name_match_tokens\": 0,\n            \"father_name_score\": 42.5,\n            \"filing_date\": \"28-02-2022\",\n            \"filing_no\": \"5954/2022\",\n            \"fir_no\": \"\",\n            \"fir_year\": \"\",\n            \"first_hearing_date\": \"\",\n            \"high_court_name\": \"High Court of Bombay - Bench at Aurangabad\",\n            \"id\": \"5c8901e6c80b169027c61983f2237155\",\n            \"judicial\": \"Civil\",\n            \"jurisdiction\": false,\n            \"jurisdiction_type\": \"STATE\",\n            \"link\": \"https://verify24x7.in/live/casehtml3.php?link=https%3A%2F%2Fsisypheans.s3-ap-south-1.amazonaws.com%2F046a404b1b8ad0fd60dff4a80ec76a85&id=1-1-3\",\n            \"max_words_matched\": 3,\n            \"md5\": \"046a404b1b8ad0fd60dff4a80ec76a85\",\n            \"name\": \"M/S SWAJIT ENGINEERING PVT LTD THROUGH ITS DIRECTOR AJEET ANIL CHAVAN\",\n            \"name_conclusive_match\": 2,\n            \"name_father_words_match_count\": 3,\n            \"name_match_type\": \"PARTIAL_EXACT\",\n            \"name_wc\": 11,\n            \"next_hearing_date\": \"04th May 2022\",\n            \"nm_score\": 85,\n            \"oparty\": \"THE EMPLOYEES PROVIDENT FUND ORGANIZATION AND ANOTHER\",\n            \"police_station\": \"\",\n            \"ref\": \"65fc3be96eb4b7ba395e0d10__risk__exact\",\n            \"ref_md5\": \"dfedcb5ecb3c33f1c9c59b921f2eadbb\",\n            \"registration_date\": \"05-04-2022\",\n            \"registration_no\": \"5195/2022\",\n            \"res_name_len\": 12,\n            \"score\": 85,\n            \"search_algo\": \"artemis\",\n            \"source\": \"high court\",\n            \"stage_of_case\": \"FOR ADMISSION - AFTER NOTICE\",\n            \"state_code\": \"1\",\n            \"state_match\": \"not_resolved\",\n            \"state_name\": \"MAHARASHTRA\",\n            \"sub_type\": \"\",\n            \"time_stamp\": \"2022-05-08T16:02:47.735734\",\n            \"type\": 1,\n            \"under_acts\": \"Constitution of India\",\n            \"under_sections\": \"226\",\n            \"uniq_case_id\": \"5c8901e6c80b169027c61983f2237155\"\n        },\n        {\n            \"address\": \"\",\n            \"algo_risk\": \"average risk\",\n            \"all_candidates\": [\n                \"shree pawankumar gulabchand jain\"\n            ],\n            \"business_category\": \"\",\n            \"case_category\": \"criminal\",\n            \"case_decision_date\": \"31-07-2008\",\n            \"case_filter\": \"\",\n            \"case_id\": \"fedc183e89d5a47d2935e9e5acc93b93\",\n            \"case_no\": \"200101038332007\",\n            \"case_status\": \"CASE DISPOSED\",\n            \"case_type\": \"SUIT\",\n            \"case_type_code\": \"\",\n            \"case_type_name\": \"\",\n            \"case_year\": \"2007\",\n            \"cnr\": \"\",\n            \"condition\": \"FUZZY_FATHER_DISTRICT\",\n            \"court_code\": \"4\",\n            \"court_complex_code\": \"1010264\",\n            \"court_name\": \"City Civil Court Mumbai (Civil)\",\n            \"custom_dist_code\": \"00210017\",\n            \"custom_state_code\": \"0021\",\n            \"decision_date\": \"31-07-2008\",\n            \"dist_code\": \"23\",\n            \"dist_match\": \"not_resolved\",\n            \"dist_name\": \"Mumbai\",\n            \"father_match_type\": \"PARTIAL_EXACT\",\n            \"father_name\": \"\",\n            \"father_name_match_tokens\": 1,\n            \"father_name_score\": 91,\n            \"filing_date\": \"23-10-2007\",\n            \"filing_no\": \"103937/2007\",\n            \"filing_year\": \"2007\",\n            \"fir_no\": \"\",\n            \"fir_year\": \"\",\n            \"first_hearing_date\": \"30-10-2007\",\n            \"flexi_only\": true,\n            \"id\": \"883c1947e51862d520e2618cec06290b\",\n            \"jurisdiction\": true,\n            \"jurisdiction_type\": \"DISTRICT\",\n            \"link\": \"https://verify24x7.in/live/casehtml3.php?link=http%3A%2F%2Fecourts.gov.in%2Fservices%2Fcases%2Fo_civil_case_history.php%3Fcase_no%3D200101038332007%26frmAction%3Dmodify%26dist_code%3D23%26court_code%3D4%26state_code%3D1%26state%3D%26state_cd%3D%26dist_cd%3D%26back%3Dcasetype&id=1-23-4\",\n            \"max_words_matched\": 2,\n            \"md5\": \"fedc183e89d5a47d2935e9e5acc93b93\",\n            \"meta_data\": {\n                \"father_cleaned_list\": [],\n                \"req_cleaned_list\": [],\n                \"res_cleaned_list\": [\n                    \"shri\"\n                ]\n            },\n            \"name\": \"shri ajit sakharam chavan\",\n            \"name_match_type\": \"EXACT_FUZZY\",\n            \"nature_of_disposal\": \"Contested--DISMISSED\",\n            \"old_filing_no\": \"103937/2007     Filing date: 23-10-2007\",\n            \"old_registration_no\": \"103833/2007     Registration date: 30-10-2007\",\n            \"oparty\": \"SHREE PAWANKUMAR GULABCHAND JAIN\",\n            \"order_link\": \"\",\n            \"partition\": 11,\n            \"police_station\": \"\",\n            \"purpose_of_hearing\": \"\",\n            \"raw_address\": \"\",\n            \"raw_name\": \"SHRI AJIT SAKHARAM CHAVAN  ORS\",\n            \"ref\": \"65fc3be96eb4b7ba395e0d10__risk__exact\",\n            \"ref_uniq_case_id\": \"883c1947e51862d520e2618cec06290b\",\n            \"registration_date\": \"30-10-2007\",\n            \"registration_no\": \"103833/2007\",\n            \"registration_year\": \"2007\",\n            \"score\": 88.83,\n            \"search_algo\": \"flexi_search\",\n            \"source\": \"ecourt\",\n            \"state_code\": \"1\",\n            \"state_match\": \"not_resolved\",\n            \"state_name\": \"Maharashtra\",\n            \"type\": 1,\n            \"under_acts\": \"---\",\n            \"under_sections\": \"---\",\n            \"uniq_case_id\": \"883c1947e51862d520e2618cec06290b\",\n            \"year\": \"\"\n        },\n        {\n            \"address\": \"\",\n            \"address_wc\": 0,\n            \"algo_risk\": \"average risk\",\n            \"artemis\": true,\n            \"bench_type\": \"Division\",\n            \"case_category\": \"civil\",\n            \"case_no\": \"200100030322021\",\n            \"case_type_code\": \"1\",\n            \"case_type_name\": \"WP(Writ Petition)-1\",\n            \"case_year\": \"2021\",\n            \"cnr\": \"HCBM030165682020\",\n            \"coram\": \"2406-HON'BLE SHRI JUSTICE S V GANGAPURWALA , HON'BLE SHRI JUSTICE SHRIKANT D. KULKARNI\",\n            \"court\": \"ecourt high court\",\n            \"court_code\": \"3\",\n            \"court_name\": \"Bench at Aurangabad\",\n            \"dist_code\": \"1\",\n            \"dist_match\": \"not_resolved\",\n            \"dist_name\": \"AURANGABAD\",\n            \"f\": \"Pending\",\n            \"father_match_type\": \"NO_MATCH\",\n            \"father_name_match_tokens\": 0,\n            \"father_name_score\": 42.5,\n            \"filing_date\": \"28-07-2020\",\n            \"filing_no\": \"WP /12479/2020\",\n            \"filling_no\": \"WP /12479/2020\",\n            \"fir_no\": \"\",\n            \"fir_year\": \"\",\n            \"first_hearing_date\": \"17th February 2021\",\n            \"id\": \"99e96b95e0aa8a505cc27662c428c862\",\n            \"judicial_branch\": \"Civil\",\n            \"jurisdiction\": false,\n            \"jurisdiction_type\": \"STATE\",\n            \"link\": \"https://verify24x7.in/live/casehtml3.php?link=https%3A%2F%2Fsisypheans.s3-ap-south-1.amazonaws.com%2F2c9a75884979fb4671ee1c33ec4d4d52&id=1-1-3\",\n            \"max_words_matched\": 3,\n            \"md5\": \"2c9a75884979fb4671ee1c33ec4d4d52\",\n            \"name\": \"M/S SWAJIT ENGINEERING PVT LTD THROUGH ITS DIRECTOR AJEET ANIL CHAVAN\",\n            \"name_conclusive_match\": 2,\n            \"name_father_words_match_count\": 3,\n            \"name_match_type\": \"PARTIAL_EXACT\",\n            \"name_wc\": 11,\n            \"next_hearing_date\": \"-\",\n            \"nm_score\": 85,\n            \"oparty\": \"THE EMPLOYEES PROVIDENT FUND ORGANIZATION THROUGH ITS REGIONAL PROVIDENT FUND COMMISSIONER I AND OR , THE RECOVERY OFFICER , SAHYOG ENGINEERING PVT. LTD.\",\n            \"police_station\": \"\",\n            \"ref\": \"65fc3be96eb4b7ba395e0d10__risk__exact\",\n            \"ref_md5\": \"49a4cf737434ca06327e8912a39c9218\",\n            \"registration_date\": \"12-02-2021\",\n            \"registration_no\": \"WP /3032/2021\",\n            \"res_name_len\": 12,\n            \"score\": 85,\n            \"search_algo\": \"artemis\",\n            \"source\": \"high court\",\n            \"stage_of_case\": \"FOR ORDERS - COPIES NOT SUPPLIED -CIVIL SIDE MATTERS\",\n            \"state_code\": \"1\",\n            \"state_match\": \"not_resolved\",\n            \"state_name\": \"MAHARASHTRA\",\n            \"sub_type\": \"\",\n            \"time_stamp\": \"2021-05-13T18:45:50.805130\",\n            \"type\": 0,\n            \"under_acts\": \"Constitution of India\",\n            \"under_sections\": \"227\",\n            \"uniq_case_id\": \"99e96b95e0aa8a505cc27662c428c862\"\n        },\n        {\n            \"address\": \"NEW SAI AGENCY, 10 324, TAGOR NAGAR, VIKHROLI E, LM NEAR, SANGLI SAHAKARI BANK, MUMBAI 83\",\n            \"address_score\": 50,\n            \"algo_risk\": \"high risk\",\n            \"business_category\": \"Financial\",\n            \"case_category\": \"criminal\",\n            \"case_code\": \"200323049102007\",\n            \"case_filter\": \"\",\n            \"case_status\": \"CASE DISPOSED\",\n            \"case_type\": \"Ss casess  SS\",\n            \"case_type_code\": \"3\",\n            \"case_type_description\": \"\",\n            \"case_type_name\": \"Ss casess  SS - Summons Cases  SS\",\n            \"case_year\": \"2007\",\n            \"cnr\": \"MHMM110068432007\",\n            \"court_code\": 1,\n            \"court_name\": \"Chief Metropolitan Magistrate Esplanade Courts Mum\",\n            \"decision_date\": \"04th March 2012\",\n            \"dist_code\": 23,\n            \"dist_match\": \"match\",\n            \"dist_name\": \"Mumbai CMM Courts\",\n            \"falcon_score\": 80,\n            \"father_match_type\": \"PARTIAL_EXACT\",\n            \"father_name_match_tokens\": 1,\n            \"father_name_score\": 91,\n            \"fir_no\": \"\",\n            \"first_hearing_date\": \"01st March 2008\",\n            \"flexi_search\": true,\n            \"id\": null,\n            \"is_district\": 0,\n            \"is_state\": 1,\n            \"jurisdiction\": true,\n            \"jurisdiction_type\": \"DISTRICT\",\n            \"link\": \"https://verify24x7.in/live/casehtml3.php?link=https%3A%2F%2Ffullhtml.s3-us-west-2.amazonaws.com%2F64ebc7b1eb8f64e5900aaf11d527db8e&id=1-23-1\",\n            \"matched_address\": \"NEW SAI AGENCY, 10 324, TAGOR NAGAR, VIKHROLI E, LM NEAR, SANGLI SAHAKARI BANK, MUMBAI 83\",\n            \"matched_name\": \"AJIT SAKHARAM CHAVAN\",\n            \"max_words_matched\": 3,\n            \"md5\": \"64ebc7b1eb8f64e5900aaf11d527db8e\",\n            \"name\": \"AJIT SAKHARAM CHAVAN\",\n            \"name_match_type\": \"EXACT_FUZZY\",\n            \"name_score\": 100,\n            \"nature_of_disposal\": \"Uncontested--Withdraw\",\n            \"oparty\": \"MS  KOTAK MAHINDRA BANK LIMITED THR  MR  RAJEEV T\",\n            \"police_station\": \"\",\n            \"purpose_of_hearing\": null,\n            \"raw_address\": \"     - NEW SAI AGENCY, 10-324, TAGOR NAGAR, VIKHROLI E, LM NEAR, SANGLI SAHAKARI BANK, MUMBAI 83\",\n            \"ref\": \"65fc3be96eb4b7ba395e0d10__risk__exact\",\n            \"registration_date\": \"28-11-2007\",\n            \"score\": 88.83,\n            \"search_algo\": \"flexi_search\",\n            \"source\": \"ecourt\",\n            \"state_code\": 1,\n            \"state_match\": \"match\",\n            \"state_name\": \"Maharashtra\",\n            \"total_name_match\": 3,\n            \"type\": 1,\n            \"under_acts\": \"N. I. Act\",\n            \"under_sections\": \"138\",\n            \"uniq_case_id\": \"ab8ce6b97de682732731ad9dc51657c4\",\n            \"verifycode\": \"BCBA\",\n            \"words_matched\": [\n                \"vikhroli\"\n            ],\n            \"year\": \"\"\n        },\n        {\n            \"address\": \"\",\n            \"algo_risk\": \"average risk\",\n            \"all_candidates\": [\n                \"mhada\"\n            ],\n            \"business_category\": \"\",\n            \"case_category\": \"criminal\",\n            \"case_decision_date\": \"25-06-2007\",\n            \"case_filter\": \"\",\n            \"case_id\": \"50e892508c5cc74cff900cea66a92598\",\n            \"case_no\": \"200808021772007\",\n            \"case_status\": \"CASE DISPOSED\",\n            \"case_type\": \"NOTICE OF MOTION\",\n            \"case_type_code\": \"\",\n            \"case_type_name\": \"\",\n            \"case_year\": \"2007\",\n            \"cnr\": \"\",\n            \"condition\": \"FUZZY_FATHER_DISTRICT\",\n            \"court_code\": \"4\",\n            \"court_complex_code\": \"1010264\",\n            \"court_name\": \"City Civil Court Mumbai (Civil)\",\n            \"custom_dist_code\": \"00210017\",\n            \"custom_state_code\": \"0021\",\n            \"decision_date\": \"25-06-2007\",\n            \"dist_code\": \"23\",\n            \"dist_match\": \"not_resolved\",\n            \"dist_name\": \"Mumbai\",\n            \"father_match_type\": \"PARTIAL_EXACT\",\n            \"father_name\": \"\",\n            \"father_name_match_tokens\": 1,\n            \"father_name_score\": 91,\n            \"filing_date\": \"25-06-2007\",\n            \"filing_no\": \"802177/2007\",\n            \"filing_year\": \"2007\",\n            \"fir_no\": \"\",\n            \"fir_year\": \"\",\n            \"first_hearing_date\": \"25-06-2007\",\n            \"flexi_only\": true,\n            \"id\": \"b00fe682b36d336bd7409c140a601524\",\n            \"jurisdiction\": true,\n            \"jurisdiction_type\": \"DISTRICT\",\n            \"link\": \"https://verify24x7.in/live/casehtml3.php?link=http%3A%2F%2Fecourts.gov.in%2Fservices%2Fcases%2Fo_civil_case_history.php%3Fcase_no%3D200808021772007%26frmAction%3Dmodify%26dist_code%3D23%26court_code%3D4%26state_code%3D1%26state%3D%26state_cd%3D%26dist_cd%3D%26back%3Dcasetype&id=1-23-4\",\n            \"max_words_matched\": 2,\n            \"md5\": \"50e892508c5cc74cff900cea66a92598\",\n            \"meta_data\": {\n                \"father_cleaned_list\": [],\n                \"req_cleaned_list\": [],\n                \"res_cleaned_list\": [\n                    \"shri\"\n                ]\n            },\n            \"name\": \"shri ajit sakharam chavan\",\n            \"name_match_type\": \"EXACT_FUZZY\",\n            \"nature_of_disposal\": \"Uncontested--DISMISSED\",\n            \"old_filing_no\": \"802177/2007     Filing date: 25-06-2007\",\n            \"old_registration_no\": \"802177/2007     Registration date: 25-06-2007\",\n            \"oparty\": \"MHADA  ORS\",\n            \"order_link\": \"\",\n            \"partition\": 11,\n            \"police_station\": \"\",\n            \"purpose_of_hearing\": \"\",\n            \"raw_address\": \"\",\n            \"raw_name\": \"SHRI AJIT SAKHARAM CHAVAN\",\n            \"ref\": \"65fc3be96eb4b7ba395e0d10__risk__exact\",\n            \"ref_uniq_case_id\": \"b00fe682b36d336bd7409c140a601524\",\n            \"registration_date\": \"25-06-2007\",\n            \"registration_no\": \"802177/2007\",\n            \"registration_year\": \"2007\",\n            \"score\": 88.83,\n            \"search_algo\": \"flexi_search\",\n            \"source\": \"ecourt\",\n            \"state_code\": \"1\",\n            \"state_match\": \"not_resolved\",\n            \"state_name\": \"Maharashtra\",\n            \"type\": 0,\n            \"under_acts\": \"---\",\n            \"under_sections\": \"---\",\n            \"uniq_case_id\": \"b00fe682b36d336bd7409c140a601524\",\n            \"year\": \"\"\n        },\n        {\n            \"address\": \"Om Sai Construction, 443, Kailash Plaza, 4th floor Ext. Vallabh Baugh Lane, Ghatkopar East, Mumbai 400077\",\n            \"address_score\": 57,\n            \"algo_risk\": \"average risk\",\n            \"business_category\": \"\",\n            \"case_category\": \"civil\",\n            \"case_code\": \"200402018622007\",\n            \"case_filter\": \"\",\n            \"case_status\": \"CASE DISPOSED\",\n            \"case_type\": \"RAD\",\n            \"case_type_code\": \"4\",\n            \"case_type_description\": \"Rent Act Declaration Suit\",\n            \"case_type_name\": \"RAD\",\n            \"case_year\": \"2007\",\n            \"cnr\": \"MHSCA20045972007\",\n            \"court_code\": 2,\n            \"court_name\": \"Small Causes Court, Dhobi Talao, Mumbai\",\n            \"decision_date\": \"25th March 2013\",\n            \"dist_code\": 38,\n            \"dist_match\": \"match\",\n            \"dist_name\": \"Mumbai Small Causes Court\",\n            \"falcon_score\": 84.19999999999999,\n            \"father_match_type\": \"PARTIAL_EXACT\",\n            \"fir_no\": \"\",\n            \"first_hearing_date\": \"27th November 2007\",\n            \"id\": null,\n            \"is_district\": 0,\n            \"is_state\": 1,\n            \"jurisdiction\": true,\n            \"jurisdiction_type\": \"DISTRICT\",\n            \"link\": \"https://verify24x7.in/live/casehtml3.php?link=https%3A%2F%2Ffullhtml.s3-us-west-2.amazonaws.com%2F8af4ce25f547190a24e1cc2ff32286f4&id=1-38-2\",\n            \"matched_address\": \"Om Sai Construction, 443, Kailash Plaza, 4th floor Ext. Vallabh Baugh Lane, Ghatkopar East, Mumbai 400077\",\n            \"matched_name\": \"Shri Ajit Sakharam Chavan\",\n            \"max_words_matched\": 3,\n            \"md5\": \"8af4ce25f547190a24e1cc2ff32286f4\",\n            \"name\": \"Shri Ajit Sakharam Chavan\",\n            \"name_match_type\": \"EXACT_FUZZY\",\n            \"name_score\": 100,\n            \"nature_of_disposal\": \"Contested--Without Judgment\",\n            \"oparty\": \"Shree Pawankumar Gulabchand Jain\",\n            \"police_station\": \"\",\n            \"purpose_of_hearing\": null,\n            \"raw_address\": \"    Om Sai Construction, 443, Kailash Plaza, 4th floor Ext. Vallabh Baugh Lane, Ghatkopar East, Mumbai 400077\",\n            \"ref\": \"65fc3be96eb4b7ba395e0d10__risk__exact\",\n            \"registration_date\": \"15-11-2007\",\n            \"score\": 84.19999999999999,\n            \"source\": \"ecourt\",\n            \"state_code\": 1,\n            \"state_match\": \"match\",\n            \"state_name\": \"Maharashtra\",\n            \"total_name_match\": 3,\n            \"type\": 1,\n            \"under_acts\": null,\n            \"under_sections\": null,\n            \"uniq_case_id\": \"cf6ff3d99148b21e8f9914cf21382415\",\n            \"verifycode\": \"BCDA\",\n            \"words_matched\": [\n                \"east\"\n            ],\n            \"year\": \"\"\n        },\n        {\n            \"address\": \"\",\n            \"algo_risk\": \"average risk\",\n            \"all_candidates\": [\n                \"mhada\"\n            ],\n            \"business_category\": \"\",\n            \"case_category\": \"criminal\",\n            \"case_decision_date\": \"26-02-2008\",\n            \"case_filter\": \"\",\n            \"case_id\": \"a4f5e6c51ee9f7e66fe0ed62cd7246cc\",\n            \"case_no\": \"200101021532007\",\n            \"case_status\": \"CASE DISPOSED\",\n            \"case_type\": \"SUIT\",\n            \"case_type_code\": \"\",\n            \"case_type_name\": \"\",\n            \"case_year\": \"2007\",\n            \"cnr\": \"\",\n            \"condition\": \"FUZZY_FATHER_DISTRICT\",\n            \"court_code\": \"4\",\n            \"court_complex_code\": \"1010264\",\n            \"court_name\": \"City Civil Court Mumbai (Civil)\",\n            \"custom_dist_code\": \"00210017\",\n            \"custom_state_code\": \"0021\",\n            \"decision_date\": \"26-02-2008\",\n            \"dist_code\": \"23\",\n            \"dist_match\": \"not_resolved\",\n            \"dist_name\": \"Mumbai\",\n            \"father_match_type\": \"PARTIAL_EXACT\",\n            \"father_name\": \"\",\n            \"father_name_match_tokens\": 1,\n            \"father_name_score\": 91,\n            \"filing_date\": \"12-06-2007\",\n            \"filing_no\": \"102312/2007\",\n            \"filing_year\": \"2007\",\n            \"fir_no\": \"\",\n            \"fir_year\": \"\",\n            \"first_hearing_date\": \"12-06-2007\",\n            \"flexi_only\": true,\n            \"id\": \"d280d91da85b24303ec38b7acd428fe7\",\n            \"jurisdiction\": true,\n            \"jurisdiction_type\": \"DISTRICT\",\n            \"link\": \"https://verify24x7.in/live/casehtml3.php?link=http%3A%2F%2Fecourts.gov.in%2Fservices%2Fcases%2Fo_civil_case_history.php%3Fcase_no%3D200101021532007%26frmAction%3Dmodify%26dist_code%3D23%26court_code%3D4%26state_code%3D1%26state%3D%26state_cd%3D%26dist_cd%3D%26back%3Dcasetype&id=1-23-4\",\n            \"max_words_matched\": 2,\n            \"md5\": \"a4f5e6c51ee9f7e66fe0ed62cd7246cc\",\n            \"meta_data\": {\n                \"father_cleaned_list\": [],\n                \"req_cleaned_list\": [],\n                \"res_cleaned_list\": [\n                    \"shri\"\n                ]\n            },\n            \"name\": \"shri ajit sakharam chavan\",\n            \"name_match_type\": \"EXACT_FUZZY\",\n            \"nature_of_disposal\": \"--DECREED IN TERMS OF COMPROMISE\",\n            \"old_filing_no\": \"102312/2007     Filing date: 12-06-2007\",\n            \"old_registration_no\": \"102153/2007     Registration date: 12-06-2007\",\n            \"oparty\": \"MHADA  ORS\",\n            \"order_link\": \"\",\n            \"partition\": 11,\n            \"police_station\": \"\",\n            \"purpose_of_hearing\": \"\",\n            \"raw_address\": \"\",\n            \"raw_name\": \"SHRI AJIT SAKHARAM CHAVAN\",\n            \"ref\": \"65fc3be96eb4b7ba395e0d10__risk__exact\",\n            \"ref_uniq_case_id\": \"d280d91da85b24303ec38b7acd428fe7\",\n            \"registration_date\": \"12-06-2007\",\n            \"registration_no\": \"102153/2007\",\n            \"registration_year\": \"2007\",\n            \"score\": 88.83,\n            \"search_algo\": \"flexi_search\",\n            \"source\": \"ecourt\",\n            \"state_code\": \"1\",\n            \"state_match\": \"not_resolved\",\n            \"state_name\": \"Maharashtra\",\n            \"type\": 0,\n            \"under_acts\": \"---\",\n            \"under_sections\": \"---\",\n            \"uniq_case_id\": \"d280d91da85b24303ec38b7acd428fe7\",\n            \"year\": \"\"\n        },\n        {\n            \"address\": \"SAI TRANSPORT, 10 324, TAGOR NAGAR, VIKHROLI E, NR. SANGLI BANK, MUMBAI 83\",\n            \"address_score\": 50,\n            \"algo_risk\": \"high risk\",\n            \"business_category\": \"Financial\",\n            \"case_category\": \"criminal\",\n            \"case_code\": \"200323048392008\",\n            \"case_filter\": \"\",\n            \"case_status\": \"CASE DISPOSED\",\n            \"case_type\": \"Ss casess  SS\",\n            \"case_type_code\": \"3\",\n            \"case_type_description\": \"\",\n            \"case_type_name\": \"Ss casess  SS - Summons Cases  SS\",\n            \"case_year\": \"2008\",\n            \"cnr\": \"MHMM110077472007\",\n            \"court_code\": 1,\n            \"court_name\": \"Chief Metropolitan Magistrate Esplanade Courts Mum\",\n            \"decision_date\": \"07th January 2009\",\n            \"dist_code\": 23,\n            \"dist_match\": \"match\",\n            \"dist_name\": \"Mumbai CMM Courts\",\n            \"falcon_score\": 80,\n            \"father_match_type\": \"PARTIAL_EXACT\",\n            \"father_name_match_tokens\": 1,\n            \"father_name_score\": 91,\n            \"fir_no\": \"\",\n            \"first_hearing_date\": \"17th January 2009\",\n            \"flexi_search\": true,\n            \"id\": null,\n            \"is_district\": 0,\n            \"is_state\": 1,\n            \"jurisdiction\": true,\n            \"jurisdiction_type\": \"DISTRICT\",\n            \"link\": \"https://verify24x7.in/live/casehtml3.php?link=https%3A%2F%2Ffullhtml.s3-us-west-2.amazonaws.com%2F26478064f5b725a838417737044af46e&id=1-23-1\",\n            \"matched_address\": \"SAI TRANSPORT, 10 324, TAGOR NAGAR, VIKHROLI E, NR. SANGLI BANK, MUMBAI 83\",\n            \"matched_name\": \"AJIT SAKHARAM CHAVAN\",\n            \"max_words_matched\": 3,\n            \"md5\": \"26478064f5b725a838417737044af46e\",\n            \"name\": \"AJIT SAKHARAM CHAVAN\",\n            \"name_match_type\": \"EXACT_FUZZY\",\n            \"name_score\": 100,\n            \"nature_of_disposal\": \"Uncontested--Transfer\",\n            \"oparty\": \"MS  KOTAK MAHINDRA BNAK LIMITD THR  MR  RAJEEV TR\",\n            \"police_station\": \"\",\n            \"purpose_of_hearing\": null,\n            \"raw_address\": \"     - SAI TRANSPORT, 10-324, TAGOR NAGAR, VIKHROLI E, NR. SANGLI BANK, MUMBAI 83\",\n            \"ref\": \"65fc3be96eb4b7ba395e0d10__risk__exact\",\n            \"registration_date\": \"15-11-2007\",\n            \"score\": 88.83,\n            \"search_algo\": \"flexi_search\",\n            \"source\": \"ecourt\",\n            \"state_code\": 1,\n            \"state_match\": \"match\",\n            \"state_name\": \"Maharashtra\",\n            \"total_name_match\": 3,\n            \"type\": 1,\n            \"under_acts\": \"N. I. Act\",\n            \"under_sections\": \"138\",\n            \"uniq_case_id\": \"d8a372eb7e5c3b274c122ccdf978a874\",\n            \"verifycode\": \"BCBA\",\n            \"words_matched\": [\n                \"vikhroli\"\n            ],\n            \"year\": \"\"\n        },\n        {\n            \"address\": \"Om Sai Construction, 443, Kailash Plaza, 4th floor Ext. Vallabh Baugh Lane, Ghatkopar East, Mumbai 400077\",\n            \"address_score\": 53,\n            \"algo_risk\": \"average risk\",\n            \"business_category\": \"\",\n            \"case_category\": \"civil\",\n            \"case_code\": \"200402018622007\",\n            \"case_filter\": \"\",\n            \"case_status\": \"CASE DISPOSED\",\n            \"case_type\": \"RAD\",\n            \"case_type_description\": \"Rent Act Declaration Suit\",\n            \"case_year\": \"2007\",\n            \"court_code\": 3,\n            \"court_name\": \"Small Cause Trial, Mumbai\",\n            \"decision_date\": \"25-03-2013\",\n            \"dist_code\": 23,\n            \"dist_match\": \"match\",\n            \"dist_name\": \"Mumbai\",\n            \"falcon_score\": 81.8,\n            \"father_match_type\": \"PARTIAL_EXACT\",\n            \"father_name_match_tokens\": 1,\n            \"father_name_score\": 91,\n            \"fir_no\": \"\",\n            \"first_hearing_date\": \"27-11-2007\",\n            \"flexi_search\": true,\n            \"id\": \"5403fb0dde0bec7a151257b0\",\n            \"is_district\": 1,\n            \"is_state\": 1,\n            \"jurisdiction\": true,\n            \"jurisdiction_type\": \"DISTRICT\",\n            \"link\": \"https://verify24x7.in/live/casehtml3.php?link=https%3A%2F%2Ffullhtml.s3-us-west-2.amazonaws.com%2F7e645656616bab83f155d67dd64f44eb&id=1-23-3\",\n            \"matched_address\": \"Om Sai Construction, 443, Kailash Plaza, 4th floor Ext. Vallabh Baugh Lane, Ghatkopar East, Mumbai 400077\",\n            \"matched_name\": \"Shri Ajit Sakharam Chavan\",\n            \"max_words_matched\": 3,\n            \"md5\": \"7e645656616bab83f155d67dd64f44eb\",\n            \"name\": \"Shri Ajit Sakharam Chavan\",\n            \"name_match_type\": \"EXACT_FUZZY\",\n            \"name_score\": 100,\n            \"nature_of_disposal\": \"Contested--Other Wise\",\n            \"oparty\": \"Shree Pawankumar Gulabchand Jain\",\n            \"police_station\": \"\",\n            \"purpose_of_hearing\": \"\",\n            \"raw_address\": \"Om Sai Construction, 443, Kailash Plaza, 4th floor Ext. Vallabh Baugh Lane, Ghatkopar East, Mumbai 400077\",\n            \"ref\": \"65fc3be96eb4b7ba395e0d10__risk__exact\",\n            \"registration_date\": \"15-11-2007\",\n            \"score\": 88.83,\n            \"search_algo\": \"flexi_search\",\n            \"source\": \"ecourt\",\n            \"state_code\": 1,\n            \"state_match\": \"match\",\n            \"state_name\": \"Maharashtra\",\n            \"total_name_match\": 3,\n            \"type\": 1,\n            \"under_acts\": \"---\",\n            \"under_sections\": \"---\",\n            \"uniq_case_id\": \"e8742d45ba9de7ce3c33c301c419074b\",\n            \"verifycode\": \"ACBA\",\n            \"words_matched\": [\n                \"east\"\n            ],\n            \"year\": \"\"\n        }\n    ]\n}"},{"id":"8e14f2e1-c9c6-467d-a23c-f72cb999bfe1","name":"process pending","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"cs_id\": \"6531461ca1fb371412b7fd28\"\n}","options":{"raw":{"language":"json"}}},"url":"https://prod.crimescan.ai/v1/crime_search/results"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 19 Oct 2023 15:07:41 GMT"},{"key":"Server","value":"Apache/2.4.7 (Ubuntu)"},{"key":"Content-Length","value":"40"},{"key":"Content-Type","value":"application/json"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 0,\n    \"message\": \"Process pending\"\n}"},{"id":"0175fe39-84cb-4768-b3f7-93f4349cf28b","name":"failure","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"cs_id\": \"654f3f6634e7063fb5fda8__risk__exact\"\n}","options":{"raw":{"language":"json"}}},"url":"https://prod.crimescan.ai/v1/crime_search/results"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 19 Oct 2023 15:01:25 GMT"},{"key":"Server","value":"Apache/2.4.7 (Ubuntu)"},{"key":"Content-Length","value":"44"},{"key":"Content-Type","value":"application/json"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 5,\n    \"message\": \"cs_id not found\"\n}"}],"_postman_id":"926b33b9-22eb-4da7-a736-c19e3cff6aa3"}],"id":"c62f49a5-4823-4bdb-902b-8856a55b8f6a","description":"<p><strong>HTTP POST</strong></p>\n<p><a href=\"https://prod.crimescan.ai/v1/crime_search/results\">https://prod.crimescan.ai/v1/crime_search/results</a></p>\n<p><strong>Function</strong>: result<br /><strong>Parameters</strong> : user, auth_token, cs_id<br /><strong>Output Type</strong> : JSON</p>\n<p>curl -XPOST -H \"Content-Type: application/json\"</p>\n<p>-H \"Authorization: Bearer xxxxxxxxxxxxxx\"</p>\n<p>-d '{</p>\n<p>\"cs_id\" : \"1a821e29c4635c00086a813f\"</p>\n<p>}' <a href=\"https://prod.crimescan.ai/v1/crime_search/results\">https://prod.crimescan.ai/v1/crime_search/results</a></p>\n<p><strong>Response:</strong><br />A message of 'processing pending' indicates that searching is still in process</p>\n<p>{</p>\n<p>'status' : 0,</p>\n<p>'message' : 'Processing pending',</p>\n<p>}</p>\n","_postman_id":"c62f49a5-4823-4bdb-902b-8856a55b8f6a"}]}