Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/candrews/callerid-service
https://github.com/candrews/callerid-service
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/candrews/callerid-service
- Owner: candrews
- License: agpl-3.0
- Created: 2015-09-02T02:48:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T21:08:44.000Z (over 5 years ago)
- Last Synced: 2024-10-26T08:39:17.003Z (25 days ago)
- Language: PHP
- Size: 138 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
The CallerID service provides CallerID information given a phone number. Currently, it can access data quite a few countries.
Contributions for other countries/sources are welcome!Installation is simple - extract the archive, copy config.php.sample to config.php and modify config.php as desired.
To use the service over HTTP:
/callerid/callerid.php?format={FORMAT}&num={PHONENUMBER}
where {FORMAT} can be "json" or "basic" and {PHONENUMBER} is the phone number. {PHONENUMBER} can have a leading 1 (or not) and may have punctuation in it (such as parenthesis, dashes, dots, and spaces).For example,
https://www.integralblue.com/callerid/callerid.php?format=json&num=+1-617-542-5942Note that this software is distributed under the AGPLv3 license - see the LICENSE file.