RadioReference Data Integration API Release

Status
Not open for further replies.

blantonl

Founder and CEO
Staff member
Super Moderator
Joined
Dec 9, 2000
Messages
11,097
Location
San Antonio, Whitefish, New Orleans
Why yes, an update!

I've added the ability to display all sites in one Javascript query:

Code:
http://api.radioreference.com/js/?key=123456&sites=####

where:
#### = The Trunked Radio system SID
 

Stick0413

Member
Premium Subscriber
Joined
May 16, 2005
Messages
1,077
Location
Hopewell, VA
Thanks Lindsay!!! Although you did make a lot of work for me. :lol:. This coming Sunday will be the next time I can truly work on ScanVirginia with this.
 

n4yek

Member
Joined
Apr 20, 2004
Messages
2,506
Location
Newport, Tennessee
Lindsay,
I am trying to put the talkgroup ID's on the page that is an LTR system. It show the ID's incorrectly,
instead of 0-11-140 it shows 11140 and 0-01-001 shows 1001 using this code:

<script language="JavaScript" src="http://api.radioreference.com/js/?key=xxxxxxxxx&tgCid=11014">
</script>

It also does the same thing using this one:

<script language="JavaScript" src="http://api.radioreference.com/js/?key=xxxxxxxxx&sidalltg=11014">
</script>

Is there a way to make it show the ID corrrectly?
Thanks for your hard work.
 
Last edited:

n4yek

Member
Joined
Apr 20, 2004
Messages
2,506
Location
Newport, Tennessee
Ok, just rolled out a quick fix for this problem. Go ahead and give it a shot now... thanks!

We are partially there, thanks for your effort.

This code show it wrong: (show complete list of id's)
<script language="JavaScript" src="http://api.radioreference.com/js/?key=xxxxxxxx&sidalltg=5373">
</script>

This code show it correctly: (show category ID's)
<script language="JavaScript" src="http://api.radioreference.com/js/?key=xxxxxxxx&tgCid=11014">
</script>
 
Last edited:
Status
Not open for further replies.
Top