Api/issues/pull doesn't generate the output in json format

I am trying to use the web api “api/issues/pull” by passing the project_key and branch_name, the output format seems to be with some unrecognizable symbols.

response = requests.get(http://localhost:9000/api/issues/pull?project_key=project_1&branchName=branchname&resolved=false)

when i paste this url in browser, it generates the output in unreadable form.
http://localhost:9000/api/issues/pull?project_key=project_1&branchName=branchname&resolved=false

output:
aìáÕü”1‡
AYkMV703ZElndjeP2ucPœÇáâ1�"external_qac:29830:Î
cbazel-out/x64_windows-fastbuild-b0/bin/domains/driving/egomotion/QdmSbs/srcs_QdmSbs/m_QdmSbsInDiv.cY[2983] This assignment is redundant. The value of this object is never subsequently used. Ä�Ä E*�@�‰

Hi,

Welcome to the community!

Is that the full output? I suspect those characters are coming, ultimately, from your code.

 
Ann