Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 882 Bytes

Documentation.md

File metadata and controls

12 lines (9 loc) · 882 Bytes

Scammer List API

This is the API for the Scammer List Project. It returns JSON Data on the given name and message. Running on AWS, It is fast accurate and Easy to use

🔧 Usage 🔧


The API interacts with Python Program to fetch the Scam Score and checks the name in the Database.
You need to make a GET request at Scammer List API with the parameters name and message
Example: Making a Get request with parameters name=David Mavah & message=this is not a scam message, We can form the following URL:https://scammerlist.herokuapp.com/api.php/api.php?name=David%20Mavah&message=This%20isnt%20a%20scam%20message

Here is the expected result:

Screenshot-2020-09-30-Screenshot