API 
	
	
	
    	session->flashdata('notice'); ?>
	
API Keys 
num_rows() > 0) { ?>
	
	
		API Key 
		Rights 
		Status 
	 
	result() as $row) { ?>
		
			key; ?> 
			
				rights == "rw") {
						echo "Read & Write";
					} elseif($row->rights == "r") {
						echo "Read Only";
					} else {
						echo "Unknown";
					}
	
				?>
			 
			status); ?> - Test  
		 
	
	
	
	You have no API Keys.
	Generate API Key 
	
There are a number of API calls you can make from other applications, with output available in either XML or JSON.
API Guide 
Description 
Query the logbook, and output in XML format.
Syntax 
/search/format=<format>/query=<field><=|~><value>{(and|or)...}/limit=<num>/fields=<field1>,{<field2>/order=<field> 
Example 
Search for entries with a call beginning with M0  and a locator beginning with I  or J , show the callsign and locator fields, order it by callsign and limit the results to 10 .
/search/format=xml/query=Call~M0*(and)(Locator~I*(or)Locator~J*)/limit=10/fields=distinct(Call),Locator/order=Call(asc) 
Run it! (XML)  or Run it! (JSON)