Определение опсоса по номеру (включая данные NMP) от мегафона, без регистрации, смс, капчи, кукисов и реферера: 
    $ http get "https://www.megafon.ru/api/mfn/info?msisdn=+79251112233"
    HTTP/1.1 200 OK
    Connection: keep-alive
    Content-Length: 84
    Content-Type: application/json; charset=utf-8
    Date: Thu, 10 Dec 2015 15:39:37 GMT
    Server: nginx/1.5.12
    Strict-Transport-Security: max-age=0;
    X-Powered-By: M31 based on undefined
    X-UA-Compatible: IE=edge
    
    {
        "operator": "МегаФон", 
        "operator_id": 2, 
        "region": "Москва", 
        "region_id": 77
    }
