Type site
Discussion
This type represents a site in the Stack Exchange network.
Fields
api_site_parameter
string
audience
string
favicon_url
string
icon_url
string
logo_url
string
markdown_extensions
an array of
may be absent
'MathJax', 'Prettify', 'Balsamiq' or 'jTab' strings, but new options may be added.
may be absent
name
string
site_state
one of
normal, closed_beta, open_beta, or linked_meta
site_url
string
Fields marked with are included in the default filter, those marked with are excluded in the default filter.
Examples
► Main Site
{"site_type":"main_site","name":"Example Site","logo_url":"http://sstatic.net/stackexchange/img/logo.png","api_site_parameter":"example","site_url":"http://example.stackexchange.com","audience":"example lovers","icon_url":"http://sstatic.net/stackexchange/img/apple-touch-icon.png","site_state":"normal","styling":{"link_color":"#0077CC","tag_foreground_color":"#3E6D8E","tag_background_color":"#E0EAF1"},"closed_beta_date":1368868920,"open_beta_date":1368955320,"launch_date":1369041720,"favicon_url":"http://sstatic.net/stackexchange/img/favicon.ico","related_sites":[{"name":"Meta Example Site","site_url":"http://meta.example.stackexchange.com/","relation":"meta","api_site_parameter":"meta.example"}],"twitter_account":"@StackExchange"}
► Meta Site
{"site_type":"meta_site","name":"Meta Example Site","logo_url":"http://sstatic.net/stackexchange/img/logo.png","api_site_parameter":"meta.example","site_url":"http://example.stackexchange.com","audience":"meta example lovers","icon_url":"http://sstatic.net/stackexchange/img/apple-touch-icon.png","site_state":"linked_meta","styling":{"link_color":"#0077CC","tag_foreground_color":"#3E6D8E","tag_background_color":"#E0EAF1"},"favicon_url":"http://sstatic.net/stackexchange/img/favicon.ico","related_sites":[{"name":"Example Site","site_url":"http://example.stackexchange.com/","relation":"parent","api_site_parameter":"example"}],"twitter_account":"@StackExchange"}