国学API
  1. 国学API
国学API
  • 国学API
    • 接入前准备
    • 接口签名
    • 个人成熟度测试
      GET
    • 个人成熟度测试题库
      GET
    • 抑郁症自测量表题库
      GET
    • 马斯洛安全感题库
      GET
    • 抑郁症自测量表
      GET
    • 马斯洛安全感
      GET
    • 自我价值题库
      GET
    • 自我价值
      GET
    • 焦虑症自评量表题库
      GET
    • 焦虑症自评量表
      GET
    • 标准情商测试题库
      GET
    • 标准情商测试
      GET
    • 双向情感障碍自评量表题库
      GET
    • 双向情感障碍自评量表
      GET
    • 测测你的人际魅力指数题库
      GET
    • 测测你的人际魅力指数
      GET
    • 野心测试题库
      GET
    • 野心测试
      GET
    • MBTI题库
      GET
    • MBTI报告
      GET
    • 性格色彩题库
      GET
    • 性格色彩报告
      GET
    • 你的人设报告
      GET
    • 八字个人情商
      GET
    • 择吉日
      GET
    • 紫微斗数生辰详批
      GET
    • 八字合婚
      GET
    • 命定桃花
      GET
    • 紫微斗数事业详批
      GET
    • 紫微斗数龙年运势
      GET
    • 手机号码测吉凶
      GET
    • 八字一生财运
      GET
    • 正缘画像
      GET
    • 十二年危机
      GET
    • 恋爱解析
      GET
    • 数字能量分析手机号
      GET
    • 观音灵签
      GET
    • 有事问卦
      GET
    • 决策小奇牌题库
      GET
    • 决策小奇牌
      GET
    • 黄大仙灵签
      GET
    • 月老灵签
      GET
    • 关帝灵签
      GET
    • 妈祖灵签
      GET
    • 人际交往能力检测题库
      GET
    • 人际交往能力检测
      GET
    • 孤独感测试题库
      GET
    • 孤独感测试
      GET
    • 亲子关系自查题库
      GET
    • 亲子关系自查
      GET
    • 你对另一半满意吗?题库
      GET
    • 你对另一半满意吗?
      GET
    • 心理素质测试题库
      GET
    • 心理素质测试
      GET
    • 你的性格内向还是外向题库
      GET
    • 你的性格内向还是外向
      GET
    • 你有多缺爱
      GET
    • 你有多缺爱题库
      GET
    • 测你性格最真实的一面
      GET
    • 测你性格最真实的一面题库
      GET
    • 你拖延到什么程度了?
      GET
    • 你拖延到什么程度了题库
      GET
    • 家庭教养方式测评问卷
      GET
    • 家庭教养方式测评问卷题库
      GET
    • 一生有几段婚姻
      GET
    • 八字基本命盘
      GET
    • 八字专业命盘
      GET
    • 称骨算命
      GET
    • 性情解析
      GET
    • 恋爱复合
      GET
    • 你给人的第一印象如何题库
      GET
    • 你给人的第一印象如何
      GET
    • 梅花易数
      GET
    • 三世演禽
      GET
    • 一生有多少横财
      GET
    • 富贵贫贱
      GET
    • 用神
      GET
  1. 国学API

你的性格内向还是外向题库

GET
/fortune/psych/introversionOrExtroversionQuestions

请求参数

Query 参数
signature
string 
必需
签名串:详见接口签名文档
appKey
string 
商户appKey
必需
timestamp
string 
必需
时间戳(精确至毫秒)

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://zhenlingcn.com/gxapi/fortune/psych/introversionOrExtroversionQuestions?signature=&appKey=&timestamp='

返回响应

🟢200成功
application/json
Body
code
integer 
必需
data
array [object {3}] 
必需
item
array [object {2}] 
选项列表
必需
no
integer 
题目号
必需
problem
string 
问题描述
必需
msg
string 
必需
subCode
string 
必需
示例
{
  "code": 10000,
  "data": [
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 1,
      "problem": "你通常自我感觉身体健康吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 2,
      "problem": "你认为要在舞会上将自己介绍给陌生人是很容易做到的吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 3,
      "problem": "你是属于沉闷苦干类型的人吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 4,
      "problem": "你对待钱财很细心注意吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 5,
      "problem": "你喜欢制造些恶作剧吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 6,
      "problem": "当你成了恶作剧的牺牲者时,你反应好吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 7,
      "problem": "你对待生活的态度是“做一天和尚撞一天钟”吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 8,
      "problem": "你常常担心会被人愚弄吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 9,
      "problem": "你晚上喜欢呆在家里吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 10,
      "problem": "你更喜欢吹笛、而不怎么喜欢吹奏喇叭吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 11,
      "problem": "观看体育比赛时,你很容易激动吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 12,
      "problem": "你经常抱怨别人骑车太冒失吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 13,
      "problem": "不管你有没有时间,你总是匆匆忙忙的吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 14,
      "problem": "你办事拖拉吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 15,
      "problem": "你向朋友倾吐你的烦恼吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 16,
      "problem": "你很珍惜你所度过的每一天吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 17,
      "problem": "当你去乘火车或飞机时,你能考虑到路上可能遇到 的交通堵塞或者其他什么耽搁吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 18,
      "problem": "度假时,你更喜欢热闹的场所而不怎么喜欢乡间的宁静,对吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 19,
      "problem": "你宁愿阅读某位名人的自传也不愿去同这位名人见见面,对吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 20,
      "problem": "你多才多艺吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 21,
      "problem": "你能迅速果断地作出某种决定吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 22,
      "problem": "你常常健忘、疏忽大意吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 23,
      "problem": "你喜欢玩灯谜游戏吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 24,
      "problem": "你更喜欢写信、而不怎么喜欢打电话,是吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 25,
      "problem": "你认为你自己比大多数人都更沉默寡言,胆小害羞吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 26,
      "problem": "当你临时受到邀请时,你能在一刻钟的时间内穿戴、化妆完毕,准备就绪吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 27,
      "problem": "你认为每次只能专心做一件事情吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 28,
      "problem": "你对熟人朋友的长相特征记得很清楚吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 29,
      "problem": "你总是渴望着开始实施新的规划吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 30,
      "problem": "同不熟悉的人在一起时,你总是观察、效仿别人,并看别人的脸色行事吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 31,
      "problem": "你总是深思熟虑而后行吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 32,
      "problem": "你喜欢同大众接触、热闹吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 33,
      "problem": "你有时打断别人讲话、抢过话题吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 34,
      "problem": "你更喜欢节奏较慢、深沉但启发灵感的音乐,而不怎么喜爱激烈的能使人站起来翩翩起舞的音乐,是吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 35,
      "problem": "你喜欢宏伟蓝图的筹备设计阶段胜过蓝图的实现,是吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 36,
      "problem": "你相信预防医学、并服用预防药剂,认为人是具有自我保卫本能的,是吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 37,
      "problem": "你能高度地集中精力吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 38,
      "problem": "你能很好地应付随时可能出现的各种紧急情况吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 39,
      "problem": "你愿意整个上午都呆在床上,甚至闲混一天吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 40,
      "problem": "你朋友说你从来都不放松自己、不注意休息吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 41,
      "problem": "你喜欢参加游行示威、街头集会吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 42,
      "problem": "你能做到在权衡了利弊后再作决定吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 43,
      "problem": "你觉得用文字将你自己的真实感情记录下来是一件很困难的事吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 44,
      "problem": "你认为别人的思维及言行举止都很迟钝吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 45,
      "problem": "你认真看待、关心世界问题吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 46,
      "problem": "你在你的圈子里积极发动并组织一些活动吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 47,
      "problem": "你认为深究事情的来龙去脉,进行周密的研究很有趣吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 48,
      "problem": "每当得知自然灾害发生后,你很焦虑不安吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 49,
      "problem": "即使是去做你非常愿意做的事情,你有时也觉得有些力不从心,是吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 50,
      "problem": "你很容易被激怒、发脾气吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 51,
      "problem": "你很信守诺言吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 52,
      "problem": "你能为别人保守秘密吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 53,
      "problem": "你常常迟到吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 54,
      "problem": "“速度第一、越快越好”是你的座右铭吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 55,
      "problem": "你很容易开怀大笑吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 56,
      "problem": "你宁可保持缄默,也不愿发表异议来反对、为难他人,是吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 57,
      "problem": "你通常说话都很可靠吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 58,
      "problem": "在签合同以前,你总是阅读各种小字体印刷资料吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 59,
      "problem": "即使还是星期一,你总是盼望着明天快些到来,是吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 60,
      "problem": "你很容易厌倦日常单调乏味的工作吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 61,
      "problem": "你喜欢尝试一些不必要的冒险吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 62,
      "problem": "你认真考虑过要退出现实社会吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 63,
      "problem": "你喜欢玩牌或其他赌博类活动吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 64,
      "problem": "你憎恨陌生人触摸你吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 65,
      "problem": "你认为安静的时间对你保持心理健康是有益而且是必须的吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 66,
      "problem": "你习惯于不知不觉地陷入自己的个人天地里吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 67,
      "problem": "你趋向于使用一种化妆品或者洗面奶吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 68,
      "problem": "你喜欢狗胜过猫吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 69,
      "problem": "你同意“金窝、银窝不如自己的草窝”这种说法吗?"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        }
      ],
      "no": 70,
      "problem": "你喜欢煎鸡蛋时只单煎一面并使蛋黄在上吗?"
    }
  ],
  "msg": "操作成功",
  "subCode": "OK"
}
上一页
心理素质测试
下一页
你的性格内向还是外向
Built with