Skip to content
KB1RMA edited this page Apr 15, 2013 · 20 revisions

An example JSON object representing an Amateur Radio Operator

{ "callsign" : {
	"Callsign" : "KB1RMA",    
	"Person" : {
		"givenName" : "Christopher",
		"additionalName" : "A", 
		"familyName" : "Snyder"
		"email" : "kb1rma@arrl.net",
		"birthDate" : "",
		"website" : ""
	},	      
	"Address" : {
		"postOfficeBoxNumber" : "",    
		"streetAddress" : "160 Town Farm Rd", 
		"locality" : "Chester", 
		"region" : "NH", 
		"country" : "USA"
		"postalCode" : "03036"
	},
	"GeoCoordinates" : {
		"elevation" : 0,
		"latitude" : 42.93259,
		"longitude" : -71.26717409999999,
		"gridSquare" : "FN42iw",
		"continent" : "NA",
		"utcShift" : "-5.0",
		"ituZone" : 8,
		"ituRegion" : 1,
		"cqZone" : 5,
		"wazZone" : 05,
		"arrlSection" : "NH",
		"iota" : "",
		"geosource" : "Google API"
		"lastGeocoded" : ""
	},
	"LicenseAuthority" : {
		"authority" : "FCC ULS",
		"entityName" : "Snyder, Christopher A",
		"fileNumber" : "3058877",
		"frn" : "0018291211",
		"licenseClass" : "G",    
	},
	"Information" : {
		"QSL" : {
			"LOTW" : {
				"lastActive" : "2011-07-02",
				"uses" : false
			},
			"eQSL" : {
				"uses" : true,
			},
			"direct" : true,
			"bureau" : true,
			"manager" : "KB1RMA"
		},
		"biography" : {
			"text" : ""
		}
	}	
}}

Clone this wiki locally