Search our Knowledge Base
Search

Search Engine List API



The se_list method returns all of the available search engines you can choose from in Rank Ranger. 

View the full list of search engines available in Rank Ranger.


 
 

Parameters

 

key string The unique API key assigned to your account
output string Output format options:
  • &output=xml  (this is the default format)
  • &output=json
    Either of these parameters can be added to the json output parameter:
    • &output=json&json_strict=true 
      (forces the results to come back as an array instead of objects) 
    • &output=json&json_arr=true 
      (causes the entire JSON to be wrapped as an array)


Example

 
https://www.rankranger.com/api/v2/?se_list&key=YOURAPIKEY

The default output format is XML, if you want JSON simply add "&output=json" to the end of the string.


Response