API Version:
1.0
Resource URL:
https://apis.pardosi.net/md5db/v1/
Method:
GET
Parameters:
| Name | Required | Description |
| query | Yes, except if you use count command. | MD5 Hash or Plain Text. |
| command | Yes | Check, Generate, or Count. For check, query is MD5 Hash. And generate, query is Plain Text. Count is used to check the total number of MD5 Hash in our database. |
| format | Optional | JSON |
Example 1:
Request:
https://apis.pardosi.net/md5db/v1/?query=a55d721596c2766b5343ae5eca5c7319&command=check&format=json
Response:
{"status":"ok","query":"a55d721596c2766b5343ae5eca5c7319","result":"desman"}
Example 2:
Request:
https://apis.pardosi.net/md5db/v1/?query=desman&command=generate
Response:
{"status":"ok","query":"desman","result":"a55d721596c2766b5343ae5eca5c7319"}
Example 3:
Request:
https://apis.pardosi.net/md5db/v1/?command=count
Response:
{"status":"ok","query":"null","result":"97,010"}
Download Example:
- PHP (Coming Soon)
- VB6 (Coming Soon)