Difference between revisions of "APIs and Web Services Portal"
Ghost Menjou (talk | contribs) m (div tag) |
m (Replaced "id" (which must be unique as per HTML specs!) with "class"; no visual difference. Added entry for the Picture Service.) |
||
(One intermediate revision by one other user not shown) | |||
Line 10: | Line 10: | ||
|- | |- | ||
|valign="top" width="50%"| | |valign="top" width="50%"| | ||
<div | <div class="box" style="height: 85px"> | ||
== [[Registration API]] == | == [[Registration API]] == | ||
<div style="padding: 0.5em"> | <div style="padding: 0.5em"> | ||
Line 17: | Line 17: | ||
</div> | </div> | ||
|valign="top" width="50%"| | |valign="top" width="50%"| | ||
<div | <div class="box" style="height: 85px"> | ||
== [[Map API]] == | == [[Map API]] == | ||
<div style="padding: 0.5em"> | <div style="padding: 0.5em"> | ||
Line 26: | Line 26: | ||
|- | |- | ||
|valign="top" width="50%"| | |valign="top" width="50%"| | ||
<div | <div class="box" style="height: 85px"> | ||
== [[Media Rendering Plugin System|Media Plugin API]] == | == [[Media Rendering Plugin System|Media Plugin API]] == | ||
<div style="padding: 0.5em"> | <div style="padding: 0.5em"> | ||
Line 33: | Line 33: | ||
</div> | </div> | ||
|valign="top" width="50%"| | |valign="top" width="50%"| | ||
<div | <div class="box" style="height: 85px"> | ||
== [[Inventory API]] == | == [[Inventory API]] == | ||
<div style="padding: 0.5em"> | <div style="padding: 0.5em"> | ||
Line 41: | Line 41: | ||
|- | |- | ||
| valign="top" width="50%" | | | valign="top" width="50%" | | ||
<div | <div class="box" style="height: 85px"> | ||
== [[Live Data Feeds]] == | == [[Live Data Feeds]] == | ||
<div style="padding: 0.5em"> | <div style="padding: 0.5em"> | ||
Line 47: | Line 47: | ||
</div> | </div> | ||
</div> | </div> | ||
|<div | |<div class="box" style="width: 500px; height: 85px;"> | ||
== [[Viewer Web Widgets|Viewer Web Widgets]] == | == [[Viewer Web Widgets|Viewer Web Widgets]] == | ||
<div style="padding: 0.5em"> | <div style="padding: 0.5em"> | ||
Widgets used in the login screen and elsewhere. (Experiment-in-progress!) | Widgets used in the login screen and elsewhere. (Experiment-in-progress!) | ||
</div> | |||
</div> | |||
|- | |||
|valign="top" width="50%" |<div class="box" style="width: 500px; height: 85px;"> | |||
== [[Name to agent ID API|Name to Agent ID API]] == | |||
<div style="padding: 0.5em"> | |||
Enables you to translate usernames to their corresponding agent ID. | |||
</div> | </div> | ||
</div> | </div> | ||
Line 59: | Line 66: | ||
|- | |- | ||
|valign="top" width="50%"| | |valign="top" width="50%"| | ||
<div | <div class="box" style="height: 85px"> | ||
== [[Snapshot API]] == | == [[Snapshot API]] == | ||
<div style="padding: 0.5em"> | <div style="padding: 0.5em"> | ||
Line 67: | Line 74: | ||
|valign="top" width="50%"| | |valign="top" width="50%"| | ||
<div | <div class="box" style="height: 85px"> | ||
== [[SearchAPI|Search API]] == | == [[SearchAPI|Search API]] == | ||
<div style="padding: 0.5em"> | <div style="padding: 0.5em"> | ||
Line 76: | Line 83: | ||
|- | |- | ||
|valign="top" width="50%"| | |valign="top" width="50%"| | ||
<div | <div class="box" style="height: 85px"> | ||
== [[World API]] == | == [[World API]] == | ||
<div style="padding: 0.5em"> | <div style="padding: 0.5em"> | ||
Line 82: | Line 89: | ||
</div> | </div> | ||
</div> | </div> | ||
|valign="top" width="50%"| | |||
<div class="box" style="height: 85px"> | |||
== [[Picture Service]] == | |||
<div style="padding: 0.5em"> | |||
Web service which retrieves any texture from the Second Life Grid in the JPEG format. | |||
</div> | |||
</div> | |||
|- | |||
|valign="top" width="50%"| | |valign="top" width="50%"| | ||
<div | <div class="box" style="width: 500px; height: 85px"> | ||
== [[Community Web Service APIs|Third-party / Community Web Services]] == | == [[Community Web Service APIs|Third-party / Community Web Services]] == | ||
<div style="padding: 0.5em;"> | <div style="padding: 0.5em;"> | ||
Web services and other APIs provided by third | Web services and other APIs provided by third parties related to Second Life but not affiliated with Linden Lab. | ||
</div> | </div> | ||
</div> | </div> |
Latest revision as of 01:24, 29 February 2024
Also see Second Life Develop.
Official Second Life APIs provided by Linden LabThese are official Second Life APIs provided and documented by Linden Lab.
| |
Registration APIEnables you to register Second Life residents from your web page. |
Map APIEnables you to embed Second Life Maps onto your web pages. |
Media Plugin APIAPI used by Second Life Viewer media rendering plugins. |
Inventory APIProvides information on agent inventory. |
Live Data FeedsLive data feeds provided by Linden Lab. |
Viewer Web WidgetsWidgets used in the login screen and elsewhere. (Experiment-in-progress!) |
Name to Agent ID APIEnables you to translate usernames to their corresponding agent ID. | |
Unofficial APIsThis information is not provided or reviewed by Linden Lab.
Linden Lab does not guarantee that these APIs work as described or work at all. Use at your own risk! | |
Snapshot APIFormat of information contained within snapshots sent from the viewer. |
Search APIEnables you to search Second Life for events, groups, people, places, and also to search this wiki. |
World APIAPI for gathering information on residents, groups, and parcels. |
Picture ServiceWeb service which retrieves any texture from the Second Life Grid in the JPEG format. |
Third-party / Community Web ServicesWeb services and other APIs provided by third parties related to Second Life but not affiliated with Linden Lab. |