Merely
|
  |
| Joined: 07 Dec 2010 |
| Total Posts: 17266 |
|
|
| 01 Mar 2013 12:14 AM |
Useful APIs. Many of these are undocumented and you probably didn't even know they existed. Thanks ostrichSized for the first link.
I left out some of badge and friend APIs because they only work in-game. These APIs should function out of game.
http://api.roblox.com/docs
Catalog API http://wiki.roblox.com/index.php/Website_APIs
Image APIs http://www.roblox.com/Thumbs/RawAsset.ashx?Width=60&Height=62&ImageFormat=png&AssetID=106549332 http://www.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&Format=Png&username=ROBLOX
User Info APIs http://www.roblox.com/mobileapi/userinfo http://www.roblox.com/game/GetCurrentUser.ashx http://www.roblox.com/GetRecentlyVisitedPlaces.ashx?GameType=All&m=RecentlyVisited&p=0&PageSize=5
Set APIs http://www.roblox.com/Game/Tools/InsertAsset.ashx?nsets=20&type=user&userid=%d http://www.roblox.com/Game/Tools/InsertAsset.ashx?nsets=10&type=base http://www.roblox.com/Game/Tools/InsertAsset.ashx?sid=%d
MarketplaceService APIs https://api.roblox.com/marketplace/productinfo?assetId=%d https://api.roblox.com/ownership/hasasset?userId=%d&assetId=%d
Group APIs http://www.roblox.com/Game/LuaWebService/HandleSocialRequest.ashx?method=IsInGroup&playerid=261&groupid=57 http://www.roblox.com/Game/LuaWebService/HandleSocialRequest.ashx?method=GetGroupRank&playerid=261&groupid=57 http://www.roblox.com/Game/LuaWebService/HandleSocialRequest.ashx?method=GetGroupRole&playerid=261&groupid=57
Game Pass APIs http://www.roblox.com/Game/GamePass/GamePassHandler.ashx?Action=HasPass&UserID=%d&PassID=%d
|
|
|
| Report Abuse |
|
|
Quenty
|
  |
| Joined: 03 Sep 2009 |
| Total Posts: 9316 |
|
|
| 01 Mar 2013 12:19 AM |
Great list. I"m sure we'll find this quite useful later. :)
Here's the ROBLOX API in Lua form: http://www.roblox.com/ROBLOX-API-item?id=106722053
And the Catalog in ROBLOX Lua Form (JSON) http://www.roblox.com/Serilized-Catalog-Data-item?id=106488204
|
|
|
| Report Abuse |
|
|
|
| 01 Mar 2013 12:27 AM |
| Someone with a wiki account should write a page on web APIs and put all of this useful information in it. |
|
|
| Report Abuse |
|
|
Merely
|
  |
| Joined: 07 Dec 2010 |
| Total Posts: 17266 |
|
|
| 01 Mar 2013 12:37 AM |
@Julien Psych, gordonrox24 tweeted this a few minutes ago:
@MerelyRBLX I've got a wiki writer with a pretty large list that may be public soon. Interested in how they will compare. |
|
|
| Report Abuse |
|
|
|
| 01 Mar 2013 12:38 AM |
| Nice list, bookmarking this. I knew about most of these, but I had no idea a couple of them existed. |
|
|
| Report Abuse |
|
|
As8D
|
  |
| Joined: 24 Dec 2009 |
| Total Posts: 2907 |
|
|
| 01 Mar 2013 03:30 AM |
Hm, how would we get information from those APIs in-game then? Without having to use restricted stuff which will only work in edit mode D:
We cannot change the baseurl for InsertService J:<
- As, did someone call me... rly?!?! |
|
|
| Report Abuse |
|
|
|
| 01 Mar 2013 03:33 AM |
| Could be quite useful, thanks. |
|
|
| Report Abuse |
|
|
| |
|
| |
|
As8D
|
  |
| Joined: 24 Dec 2009 |
| Total Posts: 2907 |
|
|
| 01 Mar 2013 05:41 AM |
@Quenty, lul, I did the catalog stuff too some weeks ago. But it was 100% slave-work for some hours, and I don't want to spend time making a bot auto-update it. And learn how to make one in the first case >_>
http://www.roblox.com/Requested-Catalog-API-item?id=106679002
- As, what I said some posts above ^! In-game APIs plox! |
|
|
| Report Abuse |
|
|
Garnished
|
  |
| Joined: 09 Apr 2012 |
| Total Posts: 12695 |
|
|
| 01 Mar 2013 07:05 AM |
| I was going to make a gear notifier API, then I decided to many LMaD'ers would abuse it. |
|
|
| Report Abuse |
|
|
| |
|
As8D
|
  |
| Joined: 24 Dec 2009 |
| Total Posts: 2907 |
|
|
| 01 Mar 2013 08:19 AM |
@Garnished,
Isn't there already a catalog notifier (not on roblox, some program, I don't know about...)?
- As, why do people scream at the Tech Forum? I just took a look D: |
|
|
| Report Abuse |
|
|
|
| 01 Mar 2013 08:23 AM |
| @As8D There is a Google Chrome extension Hat Notifier |
|
|
| Report Abuse |
|
|
As8D
|
  |
| Joined: 24 Dec 2009 |
| Total Posts: 2907 |
|
|
| 02 Mar 2013 12:26 PM |
Oh, I totally forgot about the stuff the Stamper Tool is using :/ Could be on the list.
http://www.roblox.com/Game/Tools/ThumbnailAsset.ashx?fmt=png&wd=420&ht=420&aid=67994775
- As, why is it wood? ^ |
|
|
| Report Abuse |
|
|
Seranok
|
  |
| Joined: 12 Dec 2009 |
| Total Posts: 11083 |
|
|
| 09 Mar 2013 03:45 PM |
Here's another one:
http://www.roblox.com/Game/Tools/ThumbnailAsset.ashx?fmt=png&wd=110&ht=110&aid= |
|
|
| Report Abuse |
|
|
Seranok
|
  |
| Joined: 12 Dec 2009 |
| Total Posts: 11083 |
|
|
| 09 Mar 2013 03:46 PM |
| I only read the first post and did not see you there, previous poster. Good work. |
|
|
| Report Abuse |
|
|
As8D
|
  |
| Joined: 24 Dec 2009 |
| Total Posts: 2907 |
|
|
| 09 Mar 2013 04:23 PM |
^ My name is previous poster, what an achievement J: But thx xP
- As, you can still break the BackpackManager CoreScript. And why do I have a 'Button' in my Workspace? |
|
|
| Report Abuse |
|
|
MrHistory
|
  |
| Joined: 30 Aug 2010 |
| Total Posts: 5291 |
|
|
| 06 Apr 2013 09:54 PM |
| Any way to get group thumbnails? |
|
|
| Report Abuse |
|
|
Maradar
|
  |
| Joined: 06 Mar 2012 |
| Total Posts: 4478 |
|
| |
|
MrHistory
|
  |
| Joined: 30 Aug 2010 |
| Total Posts: 5291 |
|
| |
|
| |
|
itunes89
|
  |
| Joined: 19 Jan 2011 |
| Total Posts: 1957 |
|
|
| 14 Apr 2013 08:24 PM |
| @Merely Is any of this accessible in game? If not, it should. A HTTP request for Roblox website only. |
|
|
| Report Abuse |
|
|
dekkonot
|
  |
| Joined: 22 Dec 2010 |
| Total Posts: 6685 |
|
|
| 14 Apr 2013 08:32 PM |
That would be nice, yes.
~ Dekkonot ~ |
|
|
| Report Abuse |
|
|
As8D
|
  |
| Joined: 24 Dec 2009 |
| Total Posts: 2907 |
|
|
| 15 Apr 2013 03:00 AM |
^ That method is made. But it's restricted to completely unrestricted script security contexts :P (Also known as level 7), which are external Lua files from the ROBLOX domain to ex. start a server, handle KO/WO data transfer, giving tix to a game owner ect.
game:HttpPost() game:HttpGet() game:HttpPostAsync() game:HttpGetAsync()
https://twitter.com/RobloxAs
- As, I like how you can see that tons of people have seen something... but 0 comments. |
|
|
| Report Abuse |
|
|