Difference between revisions of "Data Sources"

From Dreamwidth Notes
Jump to: navigation, search
(Created page with 'There are some data sources that you can use when trying to get information about Dreamwidth and its users, especially programmatically. == Atom and RSS Feeds == [http://www.dr…')
 
(Edges Data)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
There are some data sources that you can use when trying to get information about Dreamwidth and its users, especially programmatically.
+
There are some data sources that you can use when trying to get information about Dreamwidth and its users, especially programmatically.  If you're going to use a bot, please make sure and read the draft [[Bot Policy]].
  
 
== Atom and RSS Feeds ==
 
== Atom and RSS Feeds ==
Line 25: Line 25:
 
You can get information on an account's icons through an Atom feed.
 
You can get information on an account's icons through an Atom feed.
  
http://exampleusername.dreamwidth.org/data/userpics
+
http://exampleusername.dreamwidth.org/data/userpics
http://exampleusername.dreamwidth.org/data/userpics.rdf
+
http://exampleusername.dreamwidth.org/data/userpics.rdf
  
 
== [[FOAF]] ==
 
== [[FOAF]] ==
 
{{Note|text=Users can set their own FOAF files, or limit who they list.}}
 
  
 
FOAF files are available here:
 
FOAF files are available here:
  
http://exampleusername.dreamwidth.org/data/foaf
+
http://exampleusername.dreamwidth.org/data/foaf
http://exampleusername.dreamwidth.org/data/foaf.rdf
+
http://exampleusername.dreamwidth.org/data/foaf.rdf
 +
 
 +
Note that users can set their own FOAF files, or limit who they list.
  
 
== [[Edges Data]] ==
 
== [[Edges Data]] ==
Line 43: Line 43:
 
  http://exampleusername.dreamwidth.org/data/edges
 
  http://exampleusername.dreamwidth.org/data/edges
 
  http://www.dreamwidth.org/data/edges?user=exampleusername
 
  http://www.dreamwidth.org/data/edges?user=exampleusername
 +
 +
It's available for all account types.
  
 
== [[OPML]] ==
 
== [[OPML]] ==

Latest revision as of 18:52, 13 September 2009

There are some data sources that you can use when trying to get information about Dreamwidth and its users, especially programmatically. If you're going to use a bot, please make sure and read the draft Bot Policy.

Atom and RSS Feeds

All users currently have Atom and RSS feeds. Note that they can change the syndication's content with the syndication level setting.

Feeds are located at:

http://user.dreamwidth.org/data/rss
http://user.dreamwidth.org/data/atom

Interest Data

Warning: This might change. We're considering moving to JSON.

Interest data can give you information on the specific interests a user has, or how many users have listed an interest.

http://www.dreamwidth.org/misc/interestdata.bml?user=USERNAME
http://www.dreamwidth.org/misc/interestdata.bml?int=INTEREST

Icon Data

Warning: Should move these URLs to "icons".

You can get information on an account's icons through an Atom feed.

http://exampleusername.dreamwidth.org/data/userpics
http://exampleusername.dreamwidth.org/data/userpics.rdf

FOAF

FOAF files are available here:

http://exampleusername.dreamwidth.org/data/foaf
http://exampleusername.dreamwidth.org/data/foaf.rdf

Note that users can set their own FOAF files, or limit who they list.

Edges Data

This is our JSON formatted replacement for LJ's fdata.bml.

http://exampleusername.dreamwidth.org/data/edges
http://www.dreamwidth.org/data/edges?user=exampleusername

It's available for all account types.

OPML

Warning: Should make this userspace accessible at /data.
http://www.dreamwidth.org/tools/opml.bml?user=USERNAME

Service Stats

Stats on service activity are available here:

http://www.dreamwidth.org/stats

Raw stats are currently unavailable.