SGR CLP API
  • SGR CLP API Ver 1.0
  • Step 1 : 시작하기
  • Step 2 : 샘플코드
  • Step 3 : 결과코드 확인
  • Auth 인증
  • 플랫폼 기본 설정
    • 기본설정 API
      • Android
  • 스트리밍 설정
    • 스트림키
      • 스트림키 조회
      • 스트림키 생성/리셋
    • LIVE 상태 체크
  • 트리거 API
    • 트리거 API
      • 트리거 API란?
      • 방송 시작시 트리거 API
      • 방송 시청 트리거 API
      • 방송 종료 트리거 API
  • LIVE 방송 정보
    • LIVE/VOD
      • 방송 리스트
      • 방송 상세정보
      • 썸네일 API
    • 방송 리액션
      • 좋아요
      • 즐겨찾기
      • 후원하기
    • 아이템 사용
      • 아이템 가격정보
      • 확성기 아이템
      • 리스트업
  • 유저
    • 유저정보
    • 매니저 임명/해임
    • 팔로우
  • 채팅
    • 접속하기
    • 이벤트
  • 타임라인
    • 게시물 API
    • 게시물 보기
Powered by GitBook
On this page
  1. 유저

유저정보

유저번호를 이용하여 정보를 조회합니다.

GET

https://api.sgrsoft.com/v1/user/info?client_id=[클라이언트키]&user_no=[유저번]&key=[유저토큰]

Query String Parameters

Name

Type

Description

client_id

String

클라이언트 아이디

key

String

유저 토큰 키

user_no

Number

유저번호

결과

{
    code: 200,
    message: null,
    result: {
        user: {
        no: "24",
        oid: "102",
        id: "now17",
        country: null,
        lang: null,
        nickname: "나니뇽",
        nickname_last_update: "2019-09-23",
        profile_image_url: "http://img.sgrsoft.com/profile/201908/d3c137248a14b0de0663ea53d37b2655.jpeg",
        channel_pos: "45",
        channel_height: "398",
        channel_image_url: "http://img.sgrsoft.com/channel_image/201908/d7179b93d4c756f20f15c57adb943c57.jpg",
        description: "나니뇽 채널입니다.",
        ranking: "1",
        allowed_manager_counts: "3",
        point: "697",
        rating: "BEGINNER",
        view_cnt: "28",
        discussion_cnt: "44",
        post_cnt: "175",
        comment_cnt: "0",
        like_cnt: "64",
        hate_cnt: "0",
        good_cnt: "0",
        popular: "17198",
        last_post_date: "2019-10-31 10:15:11",
        terms_date: "2019-08-04 12:11:13",
        privacy_date: "2019-08-04 12:11:13",
        withdrawal_date: null,
        blocked: "0000-00-00 00:00:00",
        sns_facebook: "sdfsdf",
        sns_youtube: "https://www.youtube.com/channel/UCA_sRsQSXprujDsScOS5lYA",
        sns_instagram: "ㄴㅇㄹㄴㅇ",
        new_job: "0",
        etc_data: null,
        updated: "2019-09-24 16:46:03",
        created: "2019-08-04 12:11:13",
        block_info: null,
        is_followed: true,
        feed_info: {
            no: "1",
            oid: "102",
            type: "feed",
            name: "피드",
            game_id: "",
            user_no: "24",
            deletable: "N",
            created: "2019-08-19 15:51:42",
            api_list_url: "http://api.sgrsoft.com/api/discussion/list/?user_no=24&bbs_no=1",
            shut_api_list_url: "/api/discussion/list/?user_no=24&bbs_no=1",
        },
        following_cnt: "5",
        def_rating: "BEGINNER",
        rating_image: "",
        is_live: "Y",
        }
    },
    ids: "",
}
Previous리스트업Next매니저 임명/해임

Last updated 5 years ago