https://rest.tyntec.com/nis/v1/
tyntec’s Global Number Portability (GNP) resolves number portability by obtaining data directly from local number portability databases and live network information from across the globe.
GNP is available with the Representational State Transfer Application Programming Interface (REST API).
This interface enables quick and easy access to tyntec’s Number Information Services (NIS). The communication is established via Hypertext Transfer Protocol Secure (HTTPS) connections. The exchanged object type is JavaScript Object Notation (JSON). tyntec’s application accepts and replies with “application/json” as “Content-Type” (and “charset=utf-8”) in the HTTP header.
All of tyntec’s Number Information Services (which also includes Global Number Verification) are accessible through the base Unique Resource Location (URL) (${baseURL}):
curl -u username:password -X GET https://rest.tyntec.com/nis/v1/gnp?msisdn=+491622943176
https://${username}:${password}@rest.tyntec.com/nis/v1/
Authorization: Basic ${authentication-token}