主要SNSのJSONデータ
TwitterやFacebookなど主なSNSの英語名、日本語名、会社名、公式URLのデータを含めたJSONデータを紹介しています。
主要SNSのJSONデータ
SNSデータ名を「sns」、各キー名と内容は以下のように設定しています。
- en:英語名
- ja:日本語名
- company:会社名
- url:公式URL
{
"sns": [
{
"en": "Twitter",
"ja": "ツイッター",
"company": "Twitter, Inc.",
"url": "https://twitter.com"
},
{
"en": "Facebook",
"ja": "フェイスブック",
"company": "Meta Platforms, Inc.",
"url": "https://www.facebook.com"
},
{
"en": "Instagram",
"ja": "インスタグラム",
"company": "Meta Platforms, Inc.",
"url": "https://www.instagram.com"
},
{
"en": "LinkedIn",
"ja": "リンクトイン",
"company": "LinkedIn Corporation",
"url": "https://www.linkedin.com"
},
{
"en": "Pinterest",
"ja": "ピンタレスト",
"company": "Pinterest, Inc.",
"url": "https://www.pinterest.com"
},
{
"en": "Snapchat",
"ja": "スナップチャット",
"company": "Snap Inc.",
"url": "https://www.snapchat.com"
},
{
"en": "TikTok",
"ja": "ティックトック",
"company": "ByteDance Ltd.",
"url": "https://www.tiktok.com"
},
{
"en": "Reddit",
"ja": "レディット",
"company": "Reddit Inc.",
"url": "https://www.reddit.com"
},
{
"en": "Tumblr",
"ja": "タンブラー",
"company": "Automattic Inc.",
"url": "https://www.tumblr.com"
},
{
"en": "Weibo",
"ja": "ウェイボ",
"company": "Sina Corporation",
"url": "https://www.weibo.com"
},
{
"en": "LINE",
"ja": "ライン",
"company": "Line Corporation",
"url": "https://line.me"
},
{
"en": "Telegram",
"ja": "テレグラム",
"company": "Telegram FZ-LLC",
"url": "https://telegram.org"
}
]
}
ディスカッション
コメント一覧
まだ、コメントがありません