The block-disposable-email.com api is able to respond in php serialized format (see php.net for format information). In order to receive responses in php serialized format please follow the easyapi description.
URL Syntax and example
Syntax: http://check.block-disposable-email.com/api/serial/{apikey}/{domain2check} Example: http://check.block-disposable-email.com/api/serial/12345abc/block.setz.at
Response fields
Example:
a:7:{s:14:”request_status”;s:7:”success”;s:13:”domain_status”;s:5:”block”;s:20: “domain_status_reason”;s:5:”block”;s:7:”version”;s:3:”0.4″;s:10:”servertime”;s:19:”2011-09-12 22:19:33″;s:7:”comment”;s:11:”Blacklisted”;s:9:”server_id”;s:14:”mirror3_amazon”;}
Detailed description
The description for using the php serialized format applies analogously to the JSON based api examples.