Open API Document

국방프렌즈의 오픈 API 도큐먼트

Get Card News

GET https://osam2.kookbang.kr/cards

This endpoint allows you to get free card news.

Request Body

NameTypeDescription

id

string

content id

title

string

content title

contents

array

content contents images

date

string

content date

thumbnail

object

content thumbnail

author

string

content author

createdAt

string

content createdAt

{    "id": "content id",    "title": "content title",    "contents": "{[content images]}",    "date": "content view date",    "thumbnail": "content thumbnail",    "author": "content thumbnail",    "createdAt": "content created date"    }

Get SNS Data

GET https://osam2.kookbang.kr/feeds

Request Body

NameTypeDescription

id

string

content id

date

string

content title

type

string

content type

thumbnail

object

content thumbnail

description

string

content description

createdAt

string

content createdAt

{    "id": "content id",    "type": "content type",    "title": "content title",    "description": "content description",    "date": "content view date",    "thumbnail": "content thumbnail",   "createdAt": "content created date"    }

Last updated