Code Monkey home page Code Monkey logo

php_meal_api's Introduction

#급식 조회 api 원하는 날짜의 급식 데이터를 Json으로 반환합니다.

##데이터 형태

  • 월단위 조회시

[날짜][급식종류코드][메뉴배열]

  • 하루단위 조회시

[급식종류코드][메뉴배열]

날짜 = 숫자

급식종류코드 = bf(아침), lc(점심), dn(저녁)

메뉴배열 = 메뉴를 저장하는 배열

##URL http://1.234.91.209/~onionlee/meal/meal.php

##파라미터

  • ctCode 교육청 지역 코드
  • scCode 학교 코드
  • scKndCode 학교 종류 코드
  • scYmd 날짜

모든 파라미터는 비어있으면 안됩니다.

##교육청 지역 코드

  • 서울시 교육청 = 0
  • 경기도 교육청 = 1
  • 강원도 교육청 = 2
  • 전라남도 교육청 = 3
  • 전라북도 교육청 = 4
  • 경상남도 교육청 = 5
  • 경상북도 교육청 = 6
  • 부산광역시 교육청 = 7
  • 제주자치도 교육청 = 8
  • 충청남도 교육청 = 9
  • 충청북도 교육청 = 10
  • 광주광역시 교육청 = 11
  • 울산광역시 교육청 = 12
  • 대전광역시 교육청 = 13
  • 인천광역시 교육청 = 14
  • 대구광역시 교육청 = 15

##학교 코드 https://docs.google.com/spreadsheets/d/1wQAAgerZzxGLgn_26d5PJE02x19H2SDN1lBxadPQBB8/edit?usp=sharing 검색하는 함수 만들기 힘드네요ㅠㅠ 엑셀 어려워

##학교 종류 코드

  • 유치원 = 1
  • 초등학교 = 2
  • 중학교 = 3
  • 고등학교 4

###한달단위로 받아 오는 법 scYmd에 Year.Month의 형식으로 값을 전달하면 됩니다.

ex) scYmd=2014.12

###하루단위로 받아 오는 법

scYmd에 Year.Month.Day의 형식으로 값을 전달하면 됩니다.

ex) scYmd=2014.12.11

###사용 예시 http://1.234.91.209/~onionlee/meal/meal.php?ctCode=12&scCode=H100000530&scKndCode=4&scYmd=2014.12

php_meal_api's People

Contributors

onionlee avatar item4 avatar devxoul avatar

Stargazers

Juneyoung Kang avatar

Watchers

James Cloos avatar  avatar

php_meal_api's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.