Joshua Lee Rodgers
bioankh

Joshua Lee Rodgers -- Robinson, IL

API Info:

To just retrieve the info itself (no SQL format)

For what to return, put "&return=" followed by:
t [for title]
a [for artist]
b [for album]

For a delimeter other than a comma
delim (note: use %20 for a space)

ex: http://joshuarodgers.com/music/api.php?return=tab&delim=%20-%20

To retrieve information in a SQL formatted (MySQL) format:

http://joshuarodgers.com/music/api.php?type=sql

You then, depending on what you want, provide information:

For what to return, put "&return=" followed by:
t [for title]
a [for artist]
b [for album]

ex: http://joshuarodgers.com/music/api.php?type=sql&return=tab

As you'll want your own database's name and field names:

Parameter...
"table" is your tablename
"titlef" is your title fieldname
"artistf" is your artist fieldname
"albumf" is your album fieldname

ex: http://joshuarodgers.com/music/api.php?type=sql&return=tab&table=musicstuff&titlef=songtitle&artistf=songartist&albumf=songalbum

API Form

Just to make it really easy on you, here's a form you can fill out, and it'll return the results for you.

Return what items?



Your Database Info





Delimiter (what the fields are separated with if not doing a sql dump)


© 2012 Joshua Lee Rodgers