Skip to content

lokizilla/FFXIV-Lodestone-PHP-API

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Final Fantasy XIV: A Realm Reborn Lodestone PHP API

An updated version of the original project, to work with the "new" Lodestone.

NOTE: this hasn't been updated in ages and probably doesn't work any more. YMMV.

Available Features

Character Details Page

$obj->GetCharacterData($CharacterID)
index.php?request=characterData&characterID=[characterID]

Returns character data for the given character ID.
Sample XML format data for this can be found at: https://gist.github.com/lokizilla/6513918
Sample JSON format data for this can be found at: https://gist.github.com/lokizilla/6673781
The PHP object returns data in the same layout.

Accessing via URL

You can grab either XML or JSON output.

An example query string would be:

index.php?request=characterData&characterID=[characterID]&responseType=json

The request and characterID queries are required; the responseType defaults to XML and is therefore not required unless you require JSON output.

Remaining to Update

Character Searching

$obj->SearchCharacterList($CharacterName, $Server = false, $Class = false)

Character Biography

$obj->GetCharacterBiography($CharacterID)

Character Recent Blog Entries

$obj->GetCharacterRecentBlogEntries($CharacterID)

Character Following Count

$obj->GetCharacterFollowingCount($CharacterID)

Character Follower Count

$obj->GetCharacterFollowerCount($CharacterID)

Character History

$obj->GetCharacterHistory($CharacterID, $page = 1)
defaults to 100 per page

Copyright Details

Original idea / version: http://github.com/rysas/Final-Fantasy-XIV-Lodestone-PHP-API

Updated by Loki: http://github.com/lokizilla

© 2010 SQUARE ENIX CO., LTD. All Rights Reserved. FINAL FANTASY, FFXIV, SQUARE ENIX and the SQUARE ENIX logo are registered trademarks or trademarks of Square Enix Holdings Co., Ltd. "PlayStation" and the "PS" Family logo are registered trademarks and "PS3" is a trademark of Sony Computer Entertainment Inc. The PlayStation Network Logo is a service mark of Sony Computer Entertainment Inc. The ESRB rating icon is a registered trademark of the Entertainment Software Association. All other trademarks are the properties of their respective owners.

About

PHP API for the Final Fantasy XIV Lodestone.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • PHP 100.0%